Class Beater

java.lang.Object
org.audiveris.proxymusic.Beater

public class Beater extends Object
The beater type represents pictograms for beaters, mallets, and sticks that do not have different materials represented in the pictogram.

Java class for beater complex type.

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

 <complexType name="beater">
   <simpleContent>
     <extension base="<>beater-value">
       <attribute name="tip" type="{}tip-direction" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Beater

      public Beater()
  • Method Details

    • getValue

      public BeaterValue getValue()
      The beater-value type represents pictograms for beaters, mallets, and sticks that do not have different materials represented in the pictogram. The finger and hammer values are in addition to Stone's list.
      Returns:
      possible object is BeaterValue
    • setValue

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

      public TipDirection getTip()
      Gets the value of the tip property.
      Returns:
      possible object is TipDirection
    • setTip

      public void setTip(TipDirection value)
      Sets the value of the tip property.
      Parameters:
      value - allowed object is TipDirection