Class AbstractMordent
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.musicxml.note.notation.ornament.Ornament
com.musicxmltasks.musicxml.note.notation.ornament.PlacedTrillSound
com.musicxmltasks.musicxml.note.notation.ornament.AbstractMordent
- All Implemented Interfaces:
MusicItem
- Direct Known Subclasses:
InvertedMordent,Mordent
@MappedSuperclass public abstract class AbstractMordent extends PlacedTrillSound
-
Constructor Summary
Constructors Constructor Description AbstractMordent() -
Method Summary
Modifier and Type Method Description PlacementgetApproach()PlacementgetDeparture()java.lang.BooleangetLongMordent()voidsetApproach(Placement approach)voidsetDeparture(Placement departure)voidsetLongMordent(java.lang.Boolean longMordent)Methods inherited from class com.musicxmltasks.musicxml.note.notation.ornament.PlacedTrillSound
getTrillSound, setTrillSoundMethods inherited from class com.musicxmltasks.musicxml.note.notation.ornament.Ornament
getDisplay, setDisplayMethods inherited from class com.musicxmltasks.database.OrderedItem
getOrdering, setOrderingMethods inherited from class com.musicxmltasks.database.DatabaseItem
getId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractMordent
public AbstractMordent()
-
-
Method Details
-
getLongMordent
public java.lang.Boolean getLongMordent() -
setLongMordent
public void setLongMordent(java.lang.Boolean longMordent) -
getApproach
-
setApproach
-
getDeparture
-
setDeparture
-