public class Tuplet extends Object
Java class for tuplet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tuplet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tuplet-actual" type="{}tuplet-portion" minOccurs="0"/>
<element name="tuplet-normal" type="{}tuplet-portion" minOccurs="0"/>
</sequence>
<attGroup ref="{}placement"/>
<attGroup ref="{}line-shape"/>
<attGroup ref="{}position"/>
<attribute name="type" use="required" type="{}start-stop" />
<attribute name="number" type="{}number-level" />
<attribute name="bracket" type="{}yes-no" />
<attribute name="show-number" type="{}show-tuplet" />
<attribute name="show-type" type="{}show-tuplet" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected YesNo |
bracket |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected LineShape |
lineShape |
protected Integer |
number |
protected AboveBelow |
placement |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected ShowTuplet |
showNumber |
protected ShowTuplet |
showType |
protected TupletPortion |
tupletActual |
protected TupletPortion |
tupletNormal |
protected StartStop |
type |
| Constructor and Description |
|---|
Tuplet() |
| Modifier and Type | Method and Description |
|---|---|
YesNo |
getBracket()
Gets the value of the bracket property.
|
BigDecimal |
getDefaultX()
Gets the value of the defaultX property.
|
BigDecimal |
getDefaultY()
Gets the value of the defaultY property.
|
LineShape |
getLineShape()
Gets the value of the lineShape property.
|
Integer |
getNumber()
Gets the value of the number property.
|
AboveBelow |
getPlacement()
Gets the value of the placement property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
ShowTuplet |
getShowNumber()
Gets the value of the showNumber property.
|
ShowTuplet |
getShowType()
Gets the value of the showType property.
|
TupletPortion |
getTupletActual()
Gets the value of the tupletActual property.
|
TupletPortion |
getTupletNormal()
Gets the value of the tupletNormal property.
|
StartStop |
getType()
Gets the value of the type property.
|
void |
setBracket(YesNo value)
Sets the value of the bracket property.
|
void |
setDefaultX(BigDecimal value)
Sets the value of the defaultX property.
|
void |
setDefaultY(BigDecimal value)
Sets the value of the defaultY property.
|
void |
setLineShape(LineShape value)
Sets the value of the lineShape property.
|
void |
setNumber(Integer value)
Sets the value of the number property.
|
void |
setPlacement(AboveBelow value)
Sets the value of the placement property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setShowNumber(ShowTuplet value)
Sets the value of the showNumber property.
|
void |
setShowType(ShowTuplet value)
Sets the value of the showType property.
|
void |
setTupletActual(TupletPortion value)
Sets the value of the tupletActual property.
|
void |
setTupletNormal(TupletPortion value)
Sets the value of the tupletNormal property.
|
void |
setType(StartStop value)
Sets the value of the type property.
|
protected TupletPortion tupletActual
protected TupletPortion tupletNormal
protected StartStop type
protected Integer number
protected YesNo bracket
protected ShowTuplet showNumber
protected ShowTuplet showType
protected AboveBelow placement
protected LineShape lineShape
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
public TupletPortion getTupletActual()
TupletPortionpublic void setTupletActual(TupletPortion value)
value - allowed object is
TupletPortionpublic TupletPortion getTupletNormal()
TupletPortionpublic void setTupletNormal(TupletPortion value)
value - allowed object is
TupletPortionpublic StartStop getType()
StartStoppublic void setType(StartStop value)
value - allowed object is
StartStoppublic Integer getNumber()
Integerpublic void setNumber(Integer value)
value - allowed object is
Integerpublic YesNo getBracket()
YesNopublic void setBracket(YesNo value)
value - allowed object is
YesNopublic ShowTuplet getShowNumber()
ShowTupletpublic void setShowNumber(ShowTuplet value)
value - allowed object is
ShowTupletpublic ShowTuplet getShowType()
ShowTupletpublic void setShowType(ShowTuplet value)
value - allowed object is
ShowTupletpublic AboveBelow getPlacement()
AboveBelowpublic void setPlacement(AboveBelow value)
value - allowed object is
AboveBelowpublic LineShape getLineShape()
LineShapepublic void setLineShape(LineShape value)
value - allowed object is
LineShapepublic 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
BigDecimalCopyright © 2016 Audiveris Ltd. All rights reserved.