public class Bend extends Object
Java class for bend complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bend">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bend-alter" type="{}semitones"/>
<choice minOccurs="0">
<element name="pre-bend" type="{}empty"/>
<element name="release" type="{}empty"/>
</choice>
<element name="with-bar" type="{}placement-text" minOccurs="0"/>
</sequence>
<attGroup ref="{}print-style"/>
<attGroup ref="{}bend-sound"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected YesNo |
accelerate |
protected BigDecimal |
beats |
protected BigDecimal |
bendAlter |
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected BigDecimal |
firstBeat |
protected String |
fontFamily |
protected String |
fontSize |
protected FontStyle |
fontStyle |
protected FontWeight |
fontWeight |
protected BigDecimal |
lastBeat |
protected Empty |
preBend |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected Empty |
release |
protected PlacementText |
withBar |
| Constructor and Description |
|---|
Bend() |
| Modifier and Type | Method and Description |
|---|---|
YesNo |
getAccelerate()
Gets the value of the accelerate property.
|
BigDecimal |
getBeats()
Gets the value of the beats property.
|
BigDecimal |
getBendAlter()
Gets the value of the bendAlter property.
|
String |
getColor()
Gets the value of the color property.
|
BigDecimal |
getDefaultX()
Gets the value of the defaultX property.
|
BigDecimal |
getDefaultY()
Gets the value of the defaultY property.
|
BigDecimal |
getFirstBeat()
Gets the value of the firstBeat property.
|
String |
getFontFamily()
Gets the value of the fontFamily property.
|
String |
getFontSize()
Gets the value of the fontSize property.
|
FontStyle |
getFontStyle()
Gets the value of the fontStyle property.
|
FontWeight |
getFontWeight()
Gets the value of the fontWeight property.
|
BigDecimal |
getLastBeat()
Gets the value of the lastBeat property.
|
Empty |
getPreBend()
Gets the value of the preBend property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
Empty |
getRelease()
Gets the value of the release property.
|
PlacementText |
getWithBar()
Gets the value of the withBar property.
|
void |
setAccelerate(YesNo value)
Sets the value of the accelerate property.
|
void |
setBeats(BigDecimal value)
Sets the value of the beats property.
|
void |
setBendAlter(BigDecimal value)
Sets the value of the bendAlter property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setDefaultX(BigDecimal value)
Sets the value of the defaultX property.
|
void |
setDefaultY(BigDecimal value)
Sets the value of the defaultY property.
|
void |
setFirstBeat(BigDecimal value)
Sets the value of the firstBeat property.
|
void |
setFontFamily(String value)
Sets the value of the fontFamily property.
|
void |
setFontSize(String value)
Sets the value of the fontSize property.
|
void |
setFontStyle(FontStyle value)
Sets the value of the fontStyle property.
|
void |
setFontWeight(FontWeight value)
Sets the value of the fontWeight property.
|
void |
setLastBeat(BigDecimal value)
Sets the value of the lastBeat property.
|
void |
setPreBend(Empty value)
Sets the value of the preBend property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setRelease(Empty value)
Sets the value of the release property.
|
void |
setWithBar(PlacementText value)
Sets the value of the withBar property.
|
protected BigDecimal bendAlter
protected Empty preBend
protected Empty release
protected PlacementText withBar
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
protected String color
protected String fontFamily
protected FontStyle fontStyle
protected String fontSize
protected FontWeight fontWeight
protected YesNo accelerate
protected BigDecimal beats
protected BigDecimal firstBeat
protected BigDecimal lastBeat
public BigDecimal getBendAlter()
BigDecimalpublic void setBendAlter(BigDecimal value)
value - allowed object is
BigDecimalpublic Empty getPreBend()
Emptypublic void setPreBend(Empty value)
value - allowed object is
Emptypublic Empty getRelease()
Emptypublic void setRelease(Empty value)
value - allowed object is
Emptypublic PlacementText getWithBar()
PlacementTextpublic void setWithBar(PlacementText value)
value - allowed object is
PlacementTextpublic BigDecimal getDefaultX()
BigDecimalpublic void setDefaultX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getDefaultY()
BigDecimalpublic void setDefaultY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeX()
BigDecimalpublic void setRelativeX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeY()
BigDecimalpublic void setRelativeY(BigDecimal value)
value - allowed object is
BigDecimalpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic String getFontFamily()
Stringpublic void setFontFamily(String value)
value - allowed object is
Stringpublic FontStyle getFontStyle()
FontStylepublic void setFontStyle(FontStyle value)
value - allowed object is
FontStylepublic String getFontSize()
Stringpublic void setFontSize(String value)
value - allowed object is
Stringpublic FontWeight getFontWeight()
FontWeightpublic void setFontWeight(FontWeight value)
value - allowed object is
FontWeightpublic YesNo getAccelerate()
YesNopublic void setAccelerate(YesNo value)
value - allowed object is
YesNopublic BigDecimal getBeats()
BigDecimalpublic void setBeats(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getFirstBeat()
BigDecimalpublic void setFirstBeat(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getLastBeat()
BigDecimalpublic void setLastBeat(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016 Audiveris Ltd. All rights reserved.