public class Mordent extends EmptyTrillSound
Java class for mordent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mordent">
<complexContent>
<extension base="{}empty-trill-sound">
<attribute name="long" type="{}yes-no" />
<attribute name="approach" type="{}above-below" />
<attribute name="departure" type="{}above-below" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected YesNo |
_long |
protected AboveBelow |
approach |
protected AboveBelow |
departure |
accelerate, beats, color, defaultX, defaultY, fontFamily, fontSize, fontStyle, fontWeight, lastBeat, placement, relativeX, relativeY, secondBeat, startNote, trillStep, twoNoteTurn| Constructor and Description |
|---|
Mordent() |
| Modifier and Type | Method and Description |
|---|---|
AboveBelow |
getApproach()
Gets the value of the approach property.
|
AboveBelow |
getDeparture()
Gets the value of the departure property.
|
YesNo |
getLong()
Gets the value of the long property.
|
void |
setApproach(AboveBelow value)
Sets the value of the approach property.
|
void |
setDeparture(AboveBelow value)
Sets the value of the departure property.
|
void |
setLong(YesNo value)
Sets the value of the long property.
|
getAccelerate, getBeats, getColor, getDefaultX, getDefaultY, getFontFamily, getFontSize, getFontStyle, getFontWeight, getLastBeat, getPlacement, getRelativeX, getRelativeY, getSecondBeat, getStartNote, getTrillStep, getTwoNoteTurn, setAccelerate, setBeats, setColor, setDefaultX, setDefaultY, setFontFamily, setFontSize, setFontStyle, setFontWeight, setLastBeat, setPlacement, setRelativeX, setRelativeY, setSecondBeat, setStartNote, setTrillStep, setTwoNoteTurnprotected YesNo _long
protected AboveBelow approach
protected AboveBelow departure
public YesNo getLong()
YesNopublic void setLong(YesNo value)
value - allowed object is
YesNopublic AboveBelow getApproach()
AboveBelowpublic void setApproach(AboveBelow value)
value - allowed object is
AboveBelowpublic AboveBelow getDeparture()
AboveBelowpublic void setDeparture(AboveBelow value)
value - allowed object is
AboveBelowCopyright © 2016 Audiveris Ltd. All rights reserved.