public class PartSymbol extends Object
Java class for part-symbol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="part-symbol">
<simpleContent>
<extension base="<>group-symbol-value">
<attGroup ref="{}position"/>
<attGroup ref="{}color"/>
<attribute name="top-staff" type="{}staff-number" />
<attribute name="bottom-staff" type="{}staff-number" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
bottomStaff |
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected BigInteger |
topStaff |
protected GroupSymbolValue |
value |
| Constructor and Description |
|---|
PartSymbol() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getBottomStaff()
Gets the value of the bottomStaff property.
|
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.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
BigInteger |
getTopStaff()
Gets the value of the topStaff property.
|
GroupSymbolValue |
getValue()
The group-symbol-value type indicates how the symbol for a group is indicated in the score.
|
void |
setBottomStaff(BigInteger value)
Sets the value of the bottomStaff 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 |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setTopStaff(BigInteger value)
Sets the value of the topStaff property.
|
void |
setValue(GroupSymbolValue value)
Sets the value of the value property.
|
protected GroupSymbolValue value
protected BigInteger topStaff
protected BigInteger bottomStaff
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
protected String color
public GroupSymbolValue getValue()
GroupSymbolValuepublic void setValue(GroupSymbolValue value)
value - allowed object is
GroupSymbolValuepublic BigInteger getTopStaff()
BigIntegerpublic void setTopStaff(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getBottomStaff()
BigIntegerpublic void setBottomStaff(BigInteger value)
value - allowed object is
BigIntegerpublic 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 String getColor()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.