Class HorizontalTurn
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.musicxml.note.notation.ornament.Ornament
com.musicxmltasks.musicxml.note.notation.ornament.HorizontalTurn
- All Implemented Interfaces:
MusicItem
- Direct Known Subclasses:
DelayedInvertedTurn,DelayedTurn,InvertedTurn,Turn
@MappedSuperclass public abstract class HorizontalTurn extends Ornament
-
Constructor Summary
Constructors Constructor Description HorizontalTurn() -
Method Summary
Modifier and Type Method Description java.lang.BooleangetSlash()TrillSoundgetTrillSound()voidsetSlash(java.lang.Boolean slash)voidsetTrillSound(TrillSound trillSound)Methods 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
-
HorizontalTurn
public HorizontalTurn()
-
-
Method Details
-
getTrillSound
-
setTrillSound
-
getSlash
public java.lang.Boolean getSlash() -
setSlash
public void setSlash(java.lang.Boolean slash)
-