Package org.audiveris.proxymusic
Class Effect
java.lang.Object
org.audiveris.proxymusic.Effect
The effect type represents pictograms for sound effect percussion instruments. The smufl attribute is used to distinguish different SMuFL stylistic alternates.
Java class for effect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="effect">
<simpleContent>
<extension base="<>effect-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 effect-value type represents pictograms for sound effect percussion instruments.voidSets the value of the smufl property.voidsetValue(EffectValue value) Sets the value of the value property.
-
Field Details
-
value
-
smufl
-
-
Constructor Details
-
Effect
public Effect()
-
-
Method Details
-
getValue
The effect-value type represents pictograms for sound effect percussion instruments. The cannon, lotus flute, and megaphone values are in addition to Stone's list.- Returns:
- possible object is
EffectValue
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isEffectValue
-
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
-