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.Boolean getPrintObject()  
    void setPrintObject​(java.lang.Boolean printObject)  

    Methods inherited from class com.musicxmltasks.musicxml.note.notation.ornament.PlacedTrillSound

    getTrillSound, setTrillSound

    Methods inherited from class com.musicxmltasks.musicxml.note.notation.ornament.Ornament

    getDisplay, setDisplay

    Methods inherited from class com.musicxmltasks.database.OrderedItem

    getOrdering, setOrdering

    Methods inherited from class com.musicxmltasks.database.DatabaseItem

    getId, setId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TrillMark

      public TrillMark()
  • Method Details