Class Line

java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.note.Line
All Implemented Interfaces:
MusicItem

@Entity
public class Line
extends DatabaseItem
  • Constructor Details

    • Line

      public Line()
  • Method Details

    • getLineShape

      public LineShape getLineShape()
    • setLineShape

      public void setLineShape​(LineShape lineShape)
    • getLineType

      public LineType getLineType()
    • setLineType

      public void setLineType​(LineType lineType)
    • getLineLength

      public LineLength getLineLength()
    • setLineLength

      public void setLineLength​(LineLength lineLength)
    • getDashedFormatting

      public DashedFormatting getDashedFormatting()
    • setDashedFormatting

      public void setDashedFormatting​(DashedFormatting dashedFormatting)