Package org.audiveris.proxymusic
Class Wood
java.lang.Object
org.audiveris.proxymusic.Wood
The wood type represents pictograms for wood percussion instruments. The smufl attribute is used to distinguish different SMuFL stylistic alternates.
Java class for wood complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="wood">
<simpleContent>
<extension base="<>wood-value">
<attribute name="smufl" type="{}smufl-pictogram-glyph-name" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
smufl
-
-
Constructor Details
-
Wood
public Wood()
-
-
Method Details
-
getValue
The wood-value type represents pictograms for wood percussion instruments. The maraca and maracas values distinguish the one- and two-maraca versions of the pictogram.- Returns:
- possible object is
WoodValue
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isWoodValue
-
getSmufl
Gets the value of the smufl property.- Returns:
- possible object is
String
-
setSmufl
Sets the value of the smufl property.- Parameters:
value- allowed object isString
-