Class Bracket

java.lang.Object
org.audiveris.proxymusic.Bracket

public class Bracket extends Object
Brackets are combined with words in a variety of modern directions. The line-end attribute specifies if there is a jog up or down (or both), an arrow, or nothing at the start or end of the bracket. If the line-end is up or down, the length of the jog can be specified using the end-length attribute. The line-type is solid if not specified.

Java class for bracket complex type.

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

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

  • Constructor Details

    • Bracket

      public Bracket()
  • 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 Integer 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
    • getLineEnd

      public LineEnd getLineEnd()
      Gets the value of the lineEnd property.
      Returns:
      possible object is LineEnd
    • setLineEnd

      public void setLineEnd(LineEnd value)
      Sets the value of the lineEnd property.
      Parameters:
      value - allowed object is LineEnd
    • getEndLength

      public BigDecimal getEndLength()
      Gets the value of the endLength property.
      Returns:
      possible object is BigDecimal
    • setEndLength

      public void setEndLength(BigDecimal value)
      Sets the value of the endLength property.
      Parameters:
      value - allowed object is BigDecimal
    • 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
    • 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
    • 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
    • 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
    • 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