Package org.audiveris.proxymusic
Class Metal
java.lang.Object
org.audiveris.proxymusic.Metal
The metal type represents pictograms for metal percussion instruments. The smufl attribute is used to distinguish different SMuFL stylistic alternates.
Java class for metal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="metal">
<simpleContent>
<extension base="<>metal-value">
<attribute name="smufl" type="{}smufl-pictogram-glyph-name" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSmufl()Gets the value of the smufl property.getValue()The metal-value type represents pictograms for metal percussion instruments.voidSets the value of the smufl property.voidsetValue(MetalValue value) Sets the value of the value property.
-
Field Details
-
value
-
smufl
-
-
Constructor Details
-
Metal
public Metal()
-
-
Method Details
-
getValue
The metal-value type represents pictograms for metal percussion instruments. The hi-hat value refers to a pictogram like Stone's high-hat cymbals but without the long vertical line at the bottom.- Returns:
- possible object is
MetalValue
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isMetalValue
-
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
-