Class Tremolo
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.musicxml.note.notation.ornament.Ornament
com.musicxmltasks.musicxml.note.notation.ornament.Tremolo
- All Implemented Interfaces:
MusicItem
@Entity public class Tremolo extends Ornament
-
Constructor Summary
Constructors Constructor Description Tremolo() -
Method Summary
Modifier and Type Method Description java.lang.IntegergetBeamCount()java.lang.StringgetSmufl()java.lang.IntegergetTremoloMarks()TremoloTypegetType()voidsetBeamCount(java.lang.Integer beamCount)voidsetSmufl(java.lang.String smufl)voidsetTremoloMarks(java.lang.Integer tremoloMarks)voidsetType(TremoloType type)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
-
Tremolo
public Tremolo()
-
-
Method Details
-
getTremoloMarks
public java.lang.Integer getTremoloMarks() -
setTremoloMarks
public void setTremoloMarks(java.lang.Integer tremoloMarks) -
getType
-
setType
-
getSmufl
public java.lang.String getSmufl() -
setSmufl
public void setSmufl(java.lang.String smufl) -
getBeamCount
public java.lang.Integer getBeamCount() -
setBeamCount
public void setBeamCount(java.lang.Integer beamCount)
-