Package org.audiveris.proxymusic
Class HeelToe
java.lang.Object
org.audiveris.proxymusic.EmptyPlacement
org.audiveris.proxymusic.HeelToe
The heel and toe elements are used with organ pedals. The substitution value is "no" if the attribute is not present.
Java class for heel-toe complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="heel-toe">
<complexContent>
<extension base="{}empty-placement">
<attribute name="substitution" type="{}yes-no" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.audiveris.proxymusic.EmptyPlacement
color, defaultX, defaultY, fontFamily, fontSize, fontStyle, fontWeight, placement, relativeX, relativeY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the substitution property.voidsetSubstitution(YesNo value) Sets the value of the substitution property.Methods inherited from class org.audiveris.proxymusic.EmptyPlacement
getColor, getDefaultX, getDefaultY, getFontFamily, getFontSize, getFontStyle, getFontWeight, getPlacement, getRelativeX, getRelativeY, setColor, setDefaultX, setDefaultY, setFontFamily, setFontSize, setFontStyle, setFontWeight, setPlacement, setRelativeX, setRelativeY