Class Slur

java.lang.Object
org.audiveris.proxymusic.Slur

public class Slur extends Object
Slur types are empty. Most slurs are represented with two elements: one with a start type, and one with a stop type. Slurs can add more elements using a continue type. This is typically used to specify the formatting of cross-system slurs, or to specify the shape of very complex slurs.

Java class for slur complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="slur">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{}position"/>
       <attGroup ref="{}line-type"/>
       <attGroup ref="{}optional-unique-id"/>
       <attGroup ref="{}placement"/>
       <attGroup ref="{}bezier"/>
       <attGroup ref="{}orientation"/>
       <attGroup ref="{}color"/>
       <attGroup ref="{}dashed-formatting"/>
       <attribute name="type" use="required" type="{}start-stop-continue" />
       <attribute name="number" type="{}number-level" default="1" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Slur

      public Slur()
  • Method Details

    • getType

      public StartStopContinue getType()
      Gets the value of the type property.
      Returns:
      possible object is StartStopContinue
    • setType

      public void setType(StartStopContinue value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is StartStopContinue
    • getNumber

      public int getNumber()
      Gets the value of the number property.
      Returns:
      possible object is Integer
    • setNumber

      public void setNumber(Integer value)
      Sets the value of the number property.
      Parameters:
      value - allowed object is Integer
    • getDefaultX

      public BigDecimal getDefaultX()
      Gets the value of the defaultX property.
      Returns:
      possible object is BigDecimal
    • setDefaultX

      public void setDefaultX(BigDecimal value)
      Sets the value of the defaultX property.
      Parameters:
      value - allowed object is BigDecimal
    • getDefaultY

      public BigDecimal getDefaultY()
      Gets the value of the defaultY property.
      Returns:
      possible object is BigDecimal
    • setDefaultY

      public void setDefaultY(BigDecimal value)
      Sets the value of the defaultY property.
      Parameters:
      value - allowed object is BigDecimal
    • getRelativeX

      public BigDecimal getRelativeX()
      Gets the value of the relativeX property.
      Returns:
      possible object is BigDecimal
    • setRelativeX

      public void setRelativeX(BigDecimal value)
      Sets the value of the relativeX property.
      Parameters:
      value - allowed object is BigDecimal
    • getRelativeY

      public BigDecimal getRelativeY()
      Gets the value of the relativeY property.
      Returns:
      possible object is BigDecimal
    • setRelativeY

      public void setRelativeY(BigDecimal value)
      Sets the value of the relativeY property.
      Parameters:
      value - allowed object is BigDecimal
    • getLineType

      public LineType getLineType()
      Gets the value of the lineType property.
      Returns:
      possible object is LineType
    • setLineType

      public void setLineType(LineType value)
      Sets the value of the lineType property.
      Parameters:
      value - allowed object is LineType
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getPlacement

      public AboveBelow getPlacement()
      Gets the value of the placement property.
      Returns:
      possible object is AboveBelow
    • setPlacement

      public void setPlacement(AboveBelow value)
      Sets the value of the placement property.
      Parameters:
      value - allowed object is AboveBelow
    • getBezierX

      public BigDecimal getBezierX()
      Gets the value of the bezierX property.
      Returns:
      possible object is BigDecimal
    • setBezierX

      public void setBezierX(BigDecimal value)
      Sets the value of the bezierX property.
      Parameters:
      value - allowed object is BigDecimal
    • getBezierY

      public BigDecimal getBezierY()
      Gets the value of the bezierY property.
      Returns:
      possible object is BigDecimal
    • setBezierY

      public void setBezierY(BigDecimal value)
      Sets the value of the bezierY property.
      Parameters:
      value - allowed object is BigDecimal
    • getBezierX2

      public BigDecimal getBezierX2()
      Gets the value of the bezierX2 property.
      Returns:
      possible object is BigDecimal
    • setBezierX2

      public void setBezierX2(BigDecimal value)
      Sets the value of the bezierX2 property.
      Parameters:
      value - allowed object is BigDecimal
    • getBezierY2

      public BigDecimal getBezierY2()
      Gets the value of the bezierY2 property.
      Returns:
      possible object is BigDecimal
    • setBezierY2

      public void setBezierY2(BigDecimal value)
      Sets the value of the bezierY2 property.
      Parameters:
      value - allowed object is BigDecimal
    • getBezierOffset

      public BigDecimal getBezierOffset()
      Gets the value of the bezierOffset property.
      Returns:
      possible object is BigDecimal
    • setBezierOffset

      public void setBezierOffset(BigDecimal value)
      Sets the value of the bezierOffset property.
      Parameters:
      value - allowed object is BigDecimal
    • getBezierOffset2

      public BigDecimal getBezierOffset2()
      Gets the value of the bezierOffset2 property.
      Returns:
      possible object is BigDecimal
    • setBezierOffset2

      public void setBezierOffset2(BigDecimal value)
      Sets the value of the bezierOffset2 property.
      Parameters:
      value - allowed object is BigDecimal
    • getOrientation

      public OverUnder getOrientation()
      Gets the value of the orientation property.
      Returns:
      possible object is OverUnder
    • setOrientation

      public void setOrientation(OverUnder value)
      Sets the value of the orientation property.
      Parameters:
      value - allowed object is OverUnder
    • getColor

      public String getColor()
      Gets the value of the color property.
      Returns:
      possible object is String
    • setColor

      public void setColor(String value)
      Sets the value of the color property.
      Parameters:
      value - allowed object is String
    • getDashLength

      public BigDecimal getDashLength()
      Gets the value of the dashLength property.
      Returns:
      possible object is BigDecimal
    • setDashLength

      public void setDashLength(BigDecimal value)
      Sets the value of the dashLength property.
      Parameters:
      value - allowed object is BigDecimal
    • getSpaceLength

      public BigDecimal getSpaceLength()
      Gets the value of the spaceLength property.
      Returns:
      possible object is BigDecimal
    • setSpaceLength

      public void setSpaceLength(BigDecimal value)
      Sets the value of the spaceLength property.
      Parameters:
      value - allowed object is BigDecimal