public class Slide extends Object
Java class for slide complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="slide">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attGroup ref="{}dashed-formatting"/>
<attGroup ref="{}print-style"/>
<attGroup ref="{}line-type"/>
<attGroup ref="{}bend-sound"/>
<attribute name="type" use="required" type="{}start-stop" />
<attribute name="number" type="{}number-level" default="1" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected YesNo |
accelerate |
protected BigDecimal |
beats |
protected String |
color |
protected BigDecimal |
dashLength |
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 LineType |
lineType |
protected Integer |
number |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected BigDecimal |
spaceLength |
protected StartStop |
type |
protected String |
value |
| Constructor and Description |
|---|
Slide() |
| Modifier and Type | Method and Description |
|---|---|
YesNo |
getAccelerate()
Gets the value of the accelerate property.
|
BigDecimal |
getBeats()
Gets the value of the beats property.
|
String |
getColor()
Gets the value of the color property.
|
BigDecimal |
getDashLength()
Gets the value of the dashLength 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.
|
LineType |
getLineType()
Gets the value of the lineType property.
|
int |
getNumber()
Gets the value of the number property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
BigDecimal |
getSpaceLength()
Gets the value of the spaceLength property.
|
StartStop |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setAccelerate(YesNo value)
Sets the value of the accelerate property.
|
void |
setBeats(BigDecimal value)
Sets the value of the beats property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setDashLength(BigDecimal value)
Sets the value of the dashLength 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 |
setLineType(LineType value)
Sets the value of the lineType property.
|
void |
setNumber(Integer value)
Sets the value of the number property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setSpaceLength(BigDecimal value)
Sets the value of the spaceLength property.
|
void |
setType(StartStop value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected StartStop type
protected Integer number
protected BigDecimal dashLength
protected BigDecimal spaceLength
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 LineType lineType
protected YesNo accelerate
protected BigDecimal beats
protected BigDecimal firstBeat
protected BigDecimal lastBeat
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic StartStop getType()
StartStoppublic void setType(StartStop value)
value - allowed object is
StartStoppublic int getNumber()
Integerpublic void setNumber(Integer value)
value - allowed object is
Integerpublic BigDecimal getDashLength()
BigDecimalpublic void setDashLength(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getSpaceLength()
BigDecimalpublic void setSpaceLength(BigDecimal value)
value - allowed object is
BigDecimalpublic 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 LineType getLineType()
LineTypepublic void setLineType(LineType value)
value - allowed object is
LineTypepublic 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.