Class GroupSymbol

java.lang.Object
org.audiveris.proxymusic.GroupSymbol

public class GroupSymbol extends Object
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 Details

  • Constructor Details

    • GroupSymbol

      public GroupSymbol()
  • Method Details

    • getValue

      public GroupSymbolValue 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

      public void setValue(GroupSymbolValue value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is GroupSymbolValue
    • getDefaultX

      public BigDecimal getDefaultX()
      Gets the value of the defaultX property.
      Returns:
      possible object is BigDecimal
    • setDefaultX

      public void setDefaultX(BigDecimal value)
      Sets the value of the defaultX property.
      Parameters:
      value - allowed object is BigDecimal
    • getDefaultY

      public BigDecimal getDefaultY()
      Gets the value of the defaultY property.
      Returns:
      possible object is BigDecimal
    • setDefaultY

      public void setDefaultY(BigDecimal value)
      Sets the value of the defaultY property.
      Parameters:
      value - allowed object is BigDecimal
    • getRelativeX

      public BigDecimal getRelativeX()
      Gets the value of the relativeX property.
      Returns:
      possible object is BigDecimal
    • setRelativeX

      public void setRelativeX(BigDecimal value)
      Sets the value of the relativeX property.
      Parameters:
      value - allowed object is BigDecimal
    • getRelativeY

      public BigDecimal getRelativeY()
      Gets the value of the relativeY property.
      Returns:
      possible object is BigDecimal
    • setRelativeY

      public void setRelativeY(BigDecimal value)
      Sets the value of the relativeY property.
      Parameters:
      value - allowed object is BigDecimal
    • getColor

      public String getColor()
      Gets the value of the color property.
      Returns:
      possible object is String
    • setColor

      public void setColor(String value)
      Sets the value of the color property.
      Parameters:
      value - allowed object is String