Class Glass

java.lang.Object
org.audiveris.proxymusic.Glass

public class Glass extends Object
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 Details

  • Constructor Details

    • Glass

      public Glass()
  • Method Details

    • getValue

      public GlassValue getValue()
      The glass-value type represents pictograms for glass percussion instruments.
      Returns:
      possible object is GlassValue
    • setValue

      public void setValue(GlassValue value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is GlassValue
    • getSmufl

      public String getSmufl()
      Gets the value of the smufl property.
      Returns:
      possible object is String
    • setSmufl

      public void setSmufl(String value)
      Sets the value of the smufl property.
      Parameters:
      value - allowed object is String