Package org.audiveris.proxymusic
Class NonArpeggiate
java.lang.Object
org.audiveris.proxymusic.NonArpeggiate
The non-arpeggiate type indicates that this note is at the top or bottom of a bracket indicating to not arpeggiate these notes. Since this does not involve playback, it is only used on the top or bottom notes, not on each note as for the arpeggiate type.
Java class for non-arpeggiate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="non-arpeggiate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}optional-unique-id"/>
<attGroup ref="{}placement"/>
<attGroup ref="{}color"/>
<attGroup ref="{}position"/>
<attribute name="type" use="required" type="{}top-bottom" />
<attribute name="number" type="{}number-level" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BigDecimalprotected BigDecimalprotected Stringprotected Integerprotected AboveBelowprotected BigDecimalprotected BigDecimalprotected TopBottom -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets the value of the color property.Gets the value of the defaultX property.Gets the value of the defaultY property.getId()Gets the value of the id property.Gets the value of the number property.Gets the value of the placement property.Gets the value of the relativeX property.Gets the value of the relativeY property.getType()Gets the value of the type property.voidSets the value of the color property.voidsetDefaultX(BigDecimal value) Sets the value of the defaultX property.voidsetDefaultY(BigDecimal value) Sets the value of the defaultY property.voidSets the value of the id property.voidSets the value of the number property.voidsetPlacement(AboveBelow value) Sets the value of the placement property.voidsetRelativeX(BigDecimal value) Sets the value of the relativeX property.voidsetRelativeY(BigDecimal value) Sets the value of the relativeY property.voidSets the value of the type property.
-
Field Details
-
type
-
number
-
id
-
placement
-
color
-
defaultX
-
defaultY
-
relativeX
-
relativeY
-
-
Constructor Details
-
NonArpeggiate
public NonArpeggiate()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
TopBottom
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isTopBottom
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
Integer
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isInteger
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getPlacement
Gets the value of the placement property.- Returns:
- possible object is
AboveBelow
-
setPlacement
Sets the value of the placement property.- Parameters:
value- allowed object isAboveBelow
-
getColor
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
Sets the value of the color property.- Parameters:
value- allowed object isString
-
getDefaultX
Gets the value of the defaultX property.- Returns:
- possible object is
BigDecimal
-
setDefaultX
Sets the value of the defaultX property.- Parameters:
value- allowed object isBigDecimal
-
getDefaultY
Gets the value of the defaultY property.- Returns:
- possible object is
BigDecimal
-
setDefaultY
Sets the value of the defaultY property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeX
Gets the value of the relativeX property.- Returns:
- possible object is
BigDecimal
-
setRelativeX
Sets the value of the relativeX property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeY
Gets the value of the relativeY property.- Returns:
- possible object is
BigDecimal
-
setRelativeY
Sets the value of the relativeY property.- Parameters:
value- allowed object isBigDecimal
-