Package org.audiveris.proxymusic
Class Stick
java.lang.Object
org.audiveris.proxymusic.Stick
The stick type represents pictograms where the material of the stick, mallet, or beater is included.The parentheses and dashed-circle attributes indicate the presence of these marks around the round beater part of a pictogram. Values for these attributes are "no" if not present.
Java class for stick complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stick">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="stick-type" type="{}stick-type"/>
<element name="stick-material" type="{}stick-material"/>
</sequence>
<attribute name="tip" type="{}tip-direction" />
<attribute name="parentheses" type="{}yes-no" />
<attribute name="dashed-circle" type="{}yes-no" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected YesNoprotected YesNoprotected StickMaterialprotected StickTypeprotected TipDirection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dashedCircle property.Gets the value of the parentheses property.Gets the value of the stickMaterial property.Gets the value of the stickType property.getTip()Gets the value of the tip property.voidsetDashedCircle(YesNo value) Sets the value of the dashedCircle property.voidsetParentheses(YesNo value) Sets the value of the parentheses property.voidsetStickMaterial(StickMaterial value) Sets the value of the stickMaterial property.voidsetStickType(StickType value) Sets the value of the stickType property.voidsetTip(TipDirection value) Sets the value of the tip property.
-
Field Details
-
stickType
-
stickMaterial
-
tip
-
parentheses
-
dashedCircle
-
-
Constructor Details
-
Stick
public Stick()
-
-
Method Details
-
getStickType
Gets the value of the stickType property.- Returns:
- possible object is
StickType
-
setStickType
Sets the value of the stickType property.- Parameters:
value- allowed object isStickType
-
getStickMaterial
Gets the value of the stickMaterial property.- Returns:
- possible object is
StickMaterial
-
setStickMaterial
Sets the value of the stickMaterial property.- Parameters:
value- allowed object isStickMaterial
-
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
-
getParentheses
Gets the value of the parentheses property.- Returns:
- possible object is
YesNo
-
setParentheses
Sets the value of the parentheses property.- Parameters:
value- allowed object isYesNo
-
getDashedCircle
Gets the value of the dashedCircle property.- Returns:
- possible object is
YesNo
-
setDashedCircle
Sets the value of the dashedCircle property.- Parameters:
value- allowed object isYesNo
-