Package org.audiveris.proxymusic
Class Glass
java.lang.Object
org.audiveris.proxymusic.Glass
The glass type represents pictograms for glass percussion instruments. The smufl attribute is used to distinguish different SMuFL glyphs for wind chimes in the Chimes pictograms range, including those made of materials other than glass.
Java class for glass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="glass">
<simpleContent>
<extension base="<>glass-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 glass-value type represents pictograms for glass percussion instruments.voidSets the value of the smufl property.voidsetValue(GlassValue value) Sets the value of the value property.
-
Field Details
-
value
-
smufl
-
-
Constructor Details
-
Glass
public Glass()
-
-
Method Details
-
getValue
The glass-value type represents pictograms for glass percussion instruments.- Returns:
- possible object is
GlassValue
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isGlassValue
-
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
-