Class Slur
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.database.OrderedElement
com.musicxmltasks.musicxml.note.notation.Notation
com.musicxmltasks.musicxml.note.notation.Slur
- All Implemented Interfaces:
MusicItem
@Entity public class Slur extends Notation
-
Constructor Summary
Constructors Constructor Description Slur() -
Method Summary
Modifier and Type Method Description BeziergetBezier()DashedFormattinggetDashedFormatting()LineTypegetLineType()java.lang.IntegergetNumber()OrientationgetOrientation()SlurTypegetSlurType()ConnectiongetType()voidsetBezier(Bezier bezier)voidsetDashedFormatting(DashedFormatting dashedFormatting)voidsetLineType(LineType lineType)voidsetNumber(java.lang.Integer number)voidsetOrientation(Orientation orientation)voidsetSlurType(SlurType slurType)voidsetType(Connection type)Methods inherited from class com.musicxmltasks.musicxml.note.notation.Notation
getDisplay, setDisplayMethods inherited from class com.musicxmltasks.database.OrderedElement
getElementId, setElementIdMethods 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
-
Slur
public Slur()
-
-
Method Details
-
getType
-
setType
-
getNumber
public java.lang.Integer getNumber() -
setNumber
public void setNumber(java.lang.Integer number) -
getLineType
-
setLineType
-
getDashedFormatting
-
setDashedFormatting
-
getOrientation
-
setOrientation
-
getBezier
-
setBezier
-
getSlurType
-
setSlurType
-