public class GroupSymbol extends Object
Java class for group-symbol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="group-symbol">
<simpleContent>
<extension base="<>group-symbol-value">
<attGroup ref="{}color"/>
<attGroup ref="{}position"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected GroupSymbolValue |
value |
| Constructor and Description |
|---|
GroupSymbol() |
| 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.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
GroupSymbolValue |
getValue()
The group-symbol-value type indicates how the symbol for a group is indicated in the score.
|
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 |
setValue(GroupSymbolValue value)
Sets the value of the value property.
|
protected GroupSymbolValue value
protected String color
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
public GroupSymbolValue getValue()
GroupSymbolValuepublic void setValue(GroupSymbolValue value)
value - allowed object is
GroupSymbolValuepublic 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
BigDecimalCopyright © 2016 Audiveris Ltd. All rights reserved.