Class WavyLine

java.lang.Object
org.audiveris.proxymusic.WavyLine

public class WavyLine extends Object
Wavy lines are one way to indicate trills and vibrato. When used with a barline element, they should always have type="continue" set. The smufl attribute specifies a particular wavy line glyph from the SMuFL Multi-segment lines range.

Java class for wavy-line complex type.

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

 <complexType name="wavy-line">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{}position"/>
       <attGroup ref="{}color"/>
       <attGroup ref="{}trill-sound"/>
       <attGroup ref="{}placement"/>
       <attribute name="type" use="required" type="{}start-stop-continue" />
       <attribute name="number" type="{}number-level" />
       <attribute name="smufl" type="{}smufl-wavy-line-glyph-name" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • WavyLine

      public WavyLine()
  • 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
    • getSmufl

      public String getSmufl()
      Gets the value of the smufl property.
      Returns:
      possible object is String
    • setSmufl

      public void setSmufl(String value)
      Sets the value of the smufl property.
      Parameters:
      value - allowed object is String
    • 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
    • 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
    • getStartNote

      public StartNote getStartNote()
      Gets the value of the startNote property.
      Returns:
      possible object is StartNote
    • setStartNote

      public void setStartNote(StartNote value)
      Sets the value of the startNote property.
      Parameters:
      value - allowed object is StartNote
    • getTrillStep

      public TrillStep getTrillStep()
      Gets the value of the trillStep property.
      Returns:
      possible object is TrillStep
    • setTrillStep

      public void setTrillStep(TrillStep value)
      Sets the value of the trillStep property.
      Parameters:
      value - allowed object is TrillStep
    • getTwoNoteTurn

      public TwoNoteTurn getTwoNoteTurn()
      Gets the value of the twoNoteTurn property.
      Returns:
      possible object is TwoNoteTurn
    • setTwoNoteTurn

      public void setTwoNoteTurn(TwoNoteTurn value)
      Sets the value of the twoNoteTurn property.
      Parameters:
      value - allowed object is TwoNoteTurn
    • getAccelerate

      public YesNo getAccelerate()
      Gets the value of the accelerate property.
      Returns:
      possible object is YesNo
    • setAccelerate

      public void setAccelerate(YesNo value)
      Sets the value of the accelerate property.
      Parameters:
      value - allowed object is YesNo
    • getBeats

      public BigDecimal getBeats()
      Gets the value of the beats property.
      Returns:
      possible object is BigDecimal
    • setBeats

      public void setBeats(BigDecimal value)
      Sets the value of the beats property.
      Parameters:
      value - allowed object is BigDecimal
    • getSecondBeat

      public BigDecimal getSecondBeat()
      Gets the value of the secondBeat property.
      Returns:
      possible object is BigDecimal
    • setSecondBeat

      public void setSecondBeat(BigDecimal value)
      Sets the value of the secondBeat property.
      Parameters:
      value - allowed object is BigDecimal
    • getLastBeat

      public BigDecimal getLastBeat()
      Gets the value of the lastBeat property.
      Returns:
      possible object is BigDecimal
    • setLastBeat

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