All Implemented Interfaces:
MusicItem

@Entity
public class Slur
extends Notation
  • Constructor Details

    • Slur

      public Slur()
  • Method Details

    • getType

      public Connection getType()
    • setType

      public void setType​(Connection type)
    • getNumber

      public java.lang.Integer getNumber()
    • setNumber

      public void setNumber​(java.lang.Integer number)
    • getLineType

      public LineType getLineType()
    • setLineType

      public void setLineType​(LineType lineType)
    • getDashedFormatting

      public DashedFormatting getDashedFormatting()
    • setDashedFormatting

      public void setDashedFormatting​(DashedFormatting dashedFormatting)
    • getOrientation

      public Orientation getOrientation()
    • setOrientation

      public void setOrientation​(Orientation orientation)
    • getBezier

      public Bezier getBezier()
    • setBezier

      public void setBezier​(Bezier bezier)
    • getSlurType

      public SlurType getSlurType()
    • setSlurType

      public void setSlurType​(SlurType slurType)