Class Arrow
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.musicxml.note.notation.technical.Technical
com.musicxmltasks.musicxml.note.notation.technical.Arrow
- All Implemented Interfaces:
MusicItem
@Entity public class Arrow extends Technical
-
Constructor Summary
Constructors Constructor Description Arrow() -
Method Summary
Modifier and Type Method Description ArrowDirectiongetArrowDirection()java.lang.BooleangetArrowhead()ArrowStylegetArrowStyle()CircularArrowgetCircularArrow()java.lang.StringgetSmufl()voidsetArrowDirection(ArrowDirection arrowDirection)voidsetArrowhead(java.lang.Boolean arrowhead)voidsetArrowStyle(ArrowStyle arrowStyle)voidsetCircularArrow(CircularArrow circularArrow)voidsetSmufl(java.lang.String smufl)Methods inherited from class com.musicxmltasks.musicxml.note.notation.technical.Technical
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
-
Arrow
public Arrow()
-
-
Method Details
-
getArrowDirection
-
setArrowDirection
-
getArrowStyle
-
setArrowStyle
-
getArrowhead
public java.lang.Boolean getArrowhead() -
setArrowhead
public void setArrowhead(java.lang.Boolean arrowhead) -
getCircularArrow
-
setCircularArrow
-
getSmufl
public java.lang.String getSmufl() -
setSmufl
public void setSmufl(java.lang.String smufl)
-