Package org.audiveris.proxymusic
Class GroupSymbol
java.lang.Object
org.audiveris.proxymusic.GroupSymbol
The group-symbol type indicates how the symbol for a group is indicated in the score. It is none if not specified.
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="{}position"/>
<attGroup ref="{}color"/>
</extension>
</simpleContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected GroupSymbolValue -
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 relativeX property.Gets the value of the relativeY property.getValue()The group-symbol-value type indicates how the symbol for a group or multi-staff part is indicated in the score.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.voidsetRelativeX(BigDecimal value) Sets the value of the relativeX property.voidsetRelativeY(BigDecimal value) Sets the value of the relativeY property.voidsetValue(GroupSymbolValue value) Sets the value of the value property.
-
Field Details
-
value
-
defaultX
-
defaultY
-
relativeX
-
relativeY
-
color
-
-
Constructor Details
-
GroupSymbol
public GroupSymbol()
-
-
Method Details
-
getValue
The group-symbol-value type indicates how the symbol for a group or multi-staff part is indicated in the score.- Returns:
- possible object is
GroupSymbolValue
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isGroupSymbolValue
-
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
-