public class HeelToe extends EmptyPlacement
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>
| Modifier and Type | Field and Description |
|---|---|
protected YesNo |
substitution |
color, defaultX, defaultY, fontFamily, fontSize, fontStyle, fontWeight, placement, relativeX, relativeY| Constructor and Description |
|---|
HeelToe() |
| Modifier and Type | Method and Description |
|---|---|
YesNo |
getSubstitution()
Gets the value of the substitution property.
|
void |
setSubstitution(YesNo value)
Sets the value of the substitution property.
|
getColor, getDefaultX, getDefaultY, getFontFamily, getFontSize, getFontStyle, getFontWeight, getPlacement, getRelativeX, getRelativeY, setColor, setDefaultX, setDefaultY, setFontFamily, setFontSize, setFontStyle, setFontWeight, setPlacement, setRelativeX, setRelativeYprotected YesNo substitution
Copyright © 2016 Audiveris Ltd. All rights reserved.