Package org.audiveris.proxymusic
Class HorizontalTurn
java.lang.Object
org.audiveris.proxymusic.HorizontalTurn
The horizontal-turn type represents turn elements that are horizontal rather than vertical. These are empty elements with print-style, placement, trill-sound, and slash attributes. If the slash attribute is yes, then a vertical line is used to slash the turn. It is no if not specified.
Java class for horizontal-turn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="horizontal-turn">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}trill-sound"/>
<attGroup ref="{}placement"/>
<attGroup ref="{}print-style"/>
<attribute name="slash" type="{}yes-no" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected YesNoprotected BigDecimalprotected Stringprotected BigDecimalprotected BigDecimalprotected Stringprotected Stringprotected FontStyleprotected FontWeightprotected BigDecimalprotected AboveBelowprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected YesNoprotected StartNoteprotected TrillStepprotected TwoNoteTurn -
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 fontFamily property.Gets the value of the fontSize property.Gets the value of the fontStyle property.Gets the value of the fontWeight property.Gets the value of the lastBeat 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.getSlash()Gets the value of the slash property.Gets the value of the startNote property.Gets the value of the trillStep property.Gets the value of the twoNoteTurn 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.voidsetFontFamily(String value) Sets the value of the fontFamily property.voidsetFontSize(String value) Sets the value of the fontSize property.voidsetFontStyle(FontStyle value) Sets the value of the fontStyle property.voidsetFontWeight(FontWeight value) Sets the value of the fontWeight property.voidsetLastBeat(BigDecimal value) Sets the value of the lastBeat 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 slash 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.
-
Field Details
-
slash
-
startNote
-
trillStep
-
twoNoteTurn
-
accelerate
-
beats
-
secondBeat
-
lastBeat
-
placement
-
color
-
fontFamily
-
fontStyle
-
fontSize
-
fontWeight
-
defaultX
-
defaultY
-
relativeX
-
relativeY
-
-
Constructor Details
-
HorizontalTurn
public HorizontalTurn()
-
-
Method Details
-
getSlash
Gets the value of the slash property.- Returns:
- possible object is
YesNo
-
setSlash
Sets the value of the slash property.- Parameters:
value- allowed object isYesNo
-
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
-
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
-
getFontFamily
Gets the value of the fontFamily property.- Returns:
- possible object is
String
-
setFontFamily
Sets the value of the fontFamily property.- Parameters:
value- allowed object isString
-
getFontStyle
Gets the value of the fontStyle property.- Returns:
- possible object is
FontStyle
-
setFontStyle
Sets the value of the fontStyle property.- Parameters:
value- allowed object isFontStyle
-
getFontSize
Gets the value of the fontSize property.- Returns:
- possible object is
String
-
setFontSize
Sets the value of the fontSize property.- Parameters:
value- allowed object isString
-
getFontWeight
Gets the value of the fontWeight property.- Returns:
- possible object is
FontWeight
-
setFontWeight
Sets the value of the fontWeight property.- Parameters:
value- allowed object isFontWeight
-
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
-