Package org.audiveris.proxymusic
Class Arpeggiate
java.lang.Object
org.audiveris.proxymusic.Arpeggiate
The arpeggiate type indicates that this note is part of an arpeggiated chord. The number attribute can be used to distinguish between two simultaneous chords arpeggiated separately (different numbers) or together (same number). The direction attribute is used if there is an arrow on the arpeggio sign. By default, arpeggios go from the lowest to highest note. The length of the sign can be determined from the position attributes for the arpeggiate elements used with the top and bottom notes of the arpeggiated chord. If the unbroken attribute is set to yes, it indicates that the arpeggio continues onto another staff within the part. This serves as a hint to applications and is not required for cross-staff arpeggios.
Java class for arpeggiate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="arpeggiate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}placement"/>
<attGroup ref="{}optional-unique-id"/>
<attGroup ref="{}position"/>
<attGroup ref="{}color"/>
<attribute name="number" type="{}number-level" />
<attribute name="direction" type="{}up-down" />
<attribute name="unbroken" type="{}yes-no" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BigDecimalprotected BigDecimalprotected UpDownprotected Stringprotected Integerprotected AboveBelowprotected BigDecimalprotected BigDecimalprotected YesNo -
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.Gets the value of the direction 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.Gets the value of the unbroken 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.voidsetDirection(UpDown value) Sets the value of the direction 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.voidsetUnbroken(YesNo value) Sets the value of the unbroken property.
-
Field Details
-
number
-
direction
-
unbroken
-
placement
-
id
-
defaultX
-
defaultY
-
relativeX
-
relativeY
-
color
-
-
Constructor Details
-
Arpeggiate
public Arpeggiate()
-
-
Method Details
-
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
-
getDirection
Gets the value of the direction property.- Returns:
- possible object is
UpDown
-
setDirection
Sets the value of the direction property.- Parameters:
value- allowed object isUpDown
-
getUnbroken
Gets the value of the unbroken property.- Returns:
- possible object is
YesNo
-
setUnbroken
Sets the value of the unbroken property.- Parameters:
value- allowed object isYesNo
-
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
-
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
-
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
-
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
-