Package org.audiveris.proxymusic
Class WavyLine
java.lang.Object
org.audiveris.proxymusic.WavyLine
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 Summary
FieldsModifier and TypeFieldDescriptionprotected YesNoprotected BigDecimalprotected Stringprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected Integerprotected AboveBelowprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected Stringprotected StartNoteprotected TrillStepprotected TwoNoteTurnprotected StartStopContinue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accelerate property.getBeats()Gets the value of the beats property.getColor()Gets the value of the color property.Gets the value of the defaultX property.Gets the value of the defaultY property.Gets the value of the lastBeat property.Gets the value of the number property.Gets the value of the placement property.Gets the value of the relativeX property.Gets the value of the relativeY property.Gets the value of the secondBeat property.getSmufl()Gets the value of the smufl property.Gets the value of the startNote property.Gets the value of the trillStep property.Gets the value of the twoNoteTurn property.getType()Gets the value of the type property.voidsetAccelerate(YesNo value) Sets the value of the accelerate property.voidsetBeats(BigDecimal value) Sets the value of the beats property.voidSets the value of the color property.voidsetDefaultX(BigDecimal value) Sets the value of the defaultX property.voidsetDefaultY(BigDecimal value) Sets the value of the defaultY property.voidsetLastBeat(BigDecimal value) Sets the value of the lastBeat property.voidSets the value of the number property.voidsetPlacement(AboveBelow value) Sets the value of the placement property.voidsetRelativeX(BigDecimal value) Sets the value of the relativeX property.voidsetRelativeY(BigDecimal value) Sets the value of the relativeY property.voidsetSecondBeat(BigDecimal value) Sets the value of the secondBeat property.voidSets the value of the smufl property.voidsetStartNote(StartNote value) Sets the value of the startNote property.voidsetTrillStep(TrillStep value) Sets the value of the trillStep property.voidsetTwoNoteTurn(TwoNoteTurn value) Sets the value of the twoNoteTurn property.voidsetType(StartStopContinue value) Sets the value of the type property.
-
Field Details
-
type
-
number
-
smufl
-
defaultX
-
defaultY
-
relativeX
-
relativeY
-
color
-
startNote
-
trillStep
-
twoNoteTurn
-
accelerate
-
beats
-
secondBeat
-
lastBeat
-
placement
-
-
Constructor Details
-
WavyLine
public WavyLine()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
StartStopContinue
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isStartStopContinue
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
Integer
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isInteger
-
getSmufl
Gets the value of the smufl property.- Returns:
- possible object is
String
-
setSmufl
Sets the value of the smufl property.- Parameters:
value- allowed object isString
-
getDefaultX
Gets the value of the defaultX property.- Returns:
- possible object is
BigDecimal
-
setDefaultX
Sets the value of the defaultX property.- Parameters:
value- allowed object isBigDecimal
-
getDefaultY
Gets the value of the defaultY property.- Returns:
- possible object is
BigDecimal
-
setDefaultY
Sets the value of the defaultY property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeX
Gets the value of the relativeX property.- Returns:
- possible object is
BigDecimal
-
setRelativeX
Sets the value of the relativeX property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeY
Gets the value of the relativeY property.- Returns:
- possible object is
BigDecimal
-
setRelativeY
Sets the value of the relativeY property.- Parameters:
value- allowed object isBigDecimal
-
getColor
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
Sets the value of the color property.- Parameters:
value- allowed object isString
-
getStartNote
Gets the value of the startNote property.- Returns:
- possible object is
StartNote
-
setStartNote
Sets the value of the startNote property.- Parameters:
value- allowed object isStartNote
-
getTrillStep
Gets the value of the trillStep property.- Returns:
- possible object is
TrillStep
-
setTrillStep
Sets the value of the trillStep property.- Parameters:
value- allowed object isTrillStep
-
getTwoNoteTurn
Gets the value of the twoNoteTurn property.- Returns:
- possible object is
TwoNoteTurn
-
setTwoNoteTurn
Sets the value of the twoNoteTurn property.- Parameters:
value- allowed object isTwoNoteTurn
-
getAccelerate
Gets the value of the accelerate property.- Returns:
- possible object is
YesNo
-
setAccelerate
Sets the value of the accelerate property.- Parameters:
value- allowed object isYesNo
-
getBeats
Gets the value of the beats property.- Returns:
- possible object is
BigDecimal
-
setBeats
Sets the value of the beats property.- Parameters:
value- allowed object isBigDecimal
-
getSecondBeat
Gets the value of the secondBeat property.- Returns:
- possible object is
BigDecimal
-
setSecondBeat
Sets the value of the secondBeat property.- Parameters:
value- allowed object isBigDecimal
-
getLastBeat
Gets the value of the lastBeat property.- Returns:
- possible object is
BigDecimal
-
setLastBeat
Sets the value of the lastBeat property.- Parameters:
value- allowed object isBigDecimal
-
getPlacement
Gets the value of the placement property.- Returns:
- possible object is
AboveBelow
-
setPlacement
Sets the value of the placement property.- Parameters:
value- allowed object isAboveBelow
-