Class Percussion

java.lang.Object
org.audiveris.proxymusic.Percussion

public class Percussion extends Object
The percussion element is used to define percussion pictogram symbols. Definitions for these symbols can be found in Kurt Stone's "Music Notation in the Twentieth Century" on pages 206-212 and 223. Some values are added to these based on how usage has evolved in the 30 years since Stone's book was published.

Java class for percussion complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="percussion">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="glass" type="{}glass"/>
         <element name="metal" type="{}metal"/>
         <element name="wood" type="{}wood"/>
         <element name="pitched" type="{}pitched"/>
         <element name="membrane" type="{}membrane"/>
         <element name="effect" type="{}effect"/>
         <element name="timpani" type="{}timpani"/>
         <element name="beater" type="{}beater"/>
         <element name="stick" type="{}stick"/>
         <element name="stick-location" type="{}stick-location"/>
         <element name="other-percussion" type="{}other-text"/>
       </choice>
       <attGroup ref="{}print-style-align"/>
       <attGroup ref="{}enclosure"/>
       <attGroup ref="{}optional-unique-id"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Percussion

      public Percussion()
  • Method Details

    • getGlass

      public Glass getGlass()
      Gets the value of the glass property.
      Returns:
      possible object is Glass
    • setGlass

      public void setGlass(Glass value)
      Sets the value of the glass property.
      Parameters:
      value - allowed object is Glass
    • getMetal

      public Metal getMetal()
      Gets the value of the metal property.
      Returns:
      possible object is Metal
    • setMetal

      public void setMetal(Metal value)
      Sets the value of the metal property.
      Parameters:
      value - allowed object is Metal
    • getWood

      public Wood getWood()
      Gets the value of the wood property.
      Returns:
      possible object is Wood
    • setWood

      public void setWood(Wood value)
      Sets the value of the wood property.
      Parameters:
      value - allowed object is Wood
    • getPitched

      public Pitched getPitched()
      Gets the value of the pitched property.
      Returns:
      possible object is Pitched
    • setPitched

      public void setPitched(Pitched value)
      Sets the value of the pitched property.
      Parameters:
      value - allowed object is Pitched
    • getMembrane

      public Membrane getMembrane()
      Gets the value of the membrane property.
      Returns:
      possible object is Membrane
    • setMembrane

      public void setMembrane(Membrane value)
      Sets the value of the membrane property.
      Parameters:
      value - allowed object is Membrane
    • getEffect

      public Effect getEffect()
      Gets the value of the effect property.
      Returns:
      possible object is Effect
    • setEffect

      public void setEffect(Effect value)
      Sets the value of the effect property.
      Parameters:
      value - allowed object is Effect
    • getTimpani

      public Timpani getTimpani()
      Gets the value of the timpani property.
      Returns:
      possible object is Timpani
    • setTimpani

      public void setTimpani(Timpani value)
      Sets the value of the timpani property.
      Parameters:
      value - allowed object is Timpani
    • getBeater

      public Beater getBeater()
      Gets the value of the beater property.
      Returns:
      possible object is Beater
    • setBeater

      public void setBeater(Beater value)
      Sets the value of the beater property.
      Parameters:
      value - allowed object is Beater
    • getStick

      public Stick getStick()
      Gets the value of the stick property.
      Returns:
      possible object is Stick
    • setStick

      public void setStick(Stick value)
      Sets the value of the stick property.
      Parameters:
      value - allowed object is Stick
    • getStickLocation

      public StickLocation getStickLocation()
      Gets the value of the stickLocation property.
      Returns:
      possible object is StickLocation
    • setStickLocation

      public void setStickLocation(StickLocation value)
      Sets the value of the stickLocation property.
      Parameters:
      value - allowed object is StickLocation
    • getOtherPercussion

      public OtherText getOtherPercussion()
      Gets the value of the otherPercussion property.
      Returns:
      possible object is OtherText
    • setOtherPercussion

      public void setOtherPercussion(OtherText value)
      Sets the value of the otherPercussion property.
      Parameters:
      value - allowed object is OtherText
    • getValign

      public Valign getValign()
      Gets the value of the valign property.
      Returns:
      possible object is Valign
    • setValign

      public void setValign(Valign value)
      Sets the value of the valign property.
      Parameters:
      value - allowed object is Valign
    • 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
    • getFontFamily

      public String getFontFamily()
      Gets the value of the fontFamily property.
      Returns:
      possible object is String
    • setFontFamily

      public void setFontFamily(String value)
      Sets the value of the fontFamily property.
      Parameters:
      value - allowed object is String
    • getFontStyle

      public FontStyle getFontStyle()
      Gets the value of the fontStyle property.
      Returns:
      possible object is FontStyle
    • setFontStyle

      public void setFontStyle(FontStyle value)
      Sets the value of the fontStyle property.
      Parameters:
      value - allowed object is FontStyle
    • getFontSize

      public String getFontSize()
      Gets the value of the fontSize property.
      Returns:
      possible object is String
    • setFontSize

      public void setFontSize(String value)
      Sets the value of the fontSize property.
      Parameters:
      value - allowed object is String
    • getFontWeight

      public FontWeight getFontWeight()
      Gets the value of the fontWeight property.
      Returns:
      possible object is FontWeight
    • setFontWeight

      public void setFontWeight(FontWeight value)
      Sets the value of the fontWeight property.
      Parameters:
      value - allowed object is FontWeight
    • 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
    • getHalign

      public LeftCenterRight getHalign()
      Gets the value of the halign property.
      Returns:
      possible object is LeftCenterRight
    • setHalign

      public void setHalign(LeftCenterRight value)
      Sets the value of the halign property.
      Parameters:
      value - allowed object is LeftCenterRight
    • getEnclosure

      public EnclosureShape getEnclosure()
      Gets the value of the enclosure property.
      Returns:
      possible object is EnclosureShape
    • setEnclosure

      public void setEnclosure(EnclosureShape value)
      Sets the value of the enclosure property.
      Parameters:
      value - allowed object is EnclosureShape
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

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