public class Arpeggiate extends Object
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="{}color"/>
<attGroup ref="{}position"/>
<attGroup ref="{}placement"/>
<attribute name="number" type="{}number-level" />
<attribute name="direction" type="{}up-down" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected UpDown |
direction |
protected Integer |
number |
protected AboveBelow |
placement |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
| Constructor and Description |
|---|
Arpeggiate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
BigDecimal |
getDefaultX()
Gets the value of the defaultX property.
|
BigDecimal |
getDefaultY()
Gets the value of the defaultY property.
|
UpDown |
getDirection()
Gets the value of the direction property.
|
Integer |
getNumber()
Gets the value of the number property.
|
AboveBelow |
getPlacement()
Gets the value of the placement property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setDefaultX(BigDecimal value)
Sets the value of the defaultX property.
|
void |
setDefaultY(BigDecimal value)
Sets the value of the defaultY property.
|
void |
setDirection(UpDown value)
Sets the value of the direction property.
|
void |
setNumber(Integer value)
Sets the value of the number property.
|
void |
setPlacement(AboveBelow value)
Sets the value of the placement property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
protected Integer number
protected UpDown direction
protected String color
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
protected AboveBelow placement
public Integer getNumber()
Integerpublic void setNumber(Integer value)
value - allowed object is
Integerpublic UpDown getDirection()
UpDownpublic void setDirection(UpDown value)
value - allowed object is
UpDownpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic BigDecimal getDefaultX()
BigDecimalpublic void setDefaultX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getDefaultY()
BigDecimalpublic void setDefaultY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeX()
BigDecimalpublic void setRelativeX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeY()
BigDecimalpublic void setRelativeY(BigDecimal value)
value - allowed object is
BigDecimalpublic AboveBelow getPlacement()
AboveBelowpublic void setPlacement(AboveBelow value)
value - allowed object is
AboveBelowCopyright © 2016 Audiveris Ltd. All rights reserved.