Class TrillMark
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.TrillMark
- All Implemented Interfaces:
PrintableItem,MusicItem
@Entity public class TrillMark extends PlacedTrillSound implements PrintableItem
-
Constructor Summary
Constructors Constructor Description TrillMark() -
Method Summary
Modifier and Type Method Description java.lang.BooleangetPrintObject()voidsetPrintObject(java.lang.Boolean printObject)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
-
TrillMark
public TrillMark()
-
-
Method Details
-
getPrintObject
public java.lang.Boolean getPrintObject()- Specified by:
getPrintObjectin interfacePrintableItem
-
setPrintObject
public void setPrintObject(java.lang.Boolean printObject)- Specified by:
setPrintObjectin interfacePrintableItem
-