Package org.audiveris.proxymusic
Class Beater
java.lang.Object
org.audiveris.proxymusic.Beater
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTip()Gets the value of the tip property.getValue()The beater-value type represents pictograms for beaters, mallets, and sticks that do not have different materials represented in the pictogram.voidsetTip(TipDirection value) Sets the value of the tip property.voidsetValue(BeaterValue value) Sets the value of the value property.
-
Field Details
-
value
-
tip
-
-
Constructor Details
-
Beater
public Beater()
-
-
Method Details
-
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
Sets the value of the value property.- Parameters:
value- allowed object isBeaterValue
-
getTip
Gets the value of the tip property.- Returns:
- possible object is
TipDirection
-
setTip
Sets the value of the tip property.- Parameters:
value- allowed object isTipDirection
-