public class MeasureStyle extends Object
Java class for measure-style complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="measure-style">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="multiple-rest" type="{}multiple-rest"/>
<element name="measure-repeat" type="{}measure-repeat"/>
<element name="beat-repeat" type="{}beat-repeat"/>
<element name="slash" type="{}slash"/>
</choice>
<attGroup ref="{}font"/>
<attGroup ref="{}color"/>
<attribute name="number" type="{}staff-number" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BeatRepeat |
beatRepeat |
protected String |
color |
protected String |
fontFamily |
protected String |
fontSize |
protected FontStyle |
fontStyle |
protected FontWeight |
fontWeight |
protected MeasureRepeat |
measureRepeat |
protected MultipleRest |
multipleRest |
protected BigInteger |
number |
protected Slash |
slash |
| Constructor and Description |
|---|
MeasureStyle() |
| Modifier and Type | Method and Description |
|---|---|
BeatRepeat |
getBeatRepeat()
Gets the value of the beatRepeat property.
|
String |
getColor()
Gets the value of the color 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.
|
MeasureRepeat |
getMeasureRepeat()
Gets the value of the measureRepeat property.
|
MultipleRest |
getMultipleRest()
Gets the value of the multipleRest property.
|
BigInteger |
getNumber()
Gets the value of the number property.
|
Slash |
getSlash()
Gets the value of the slash property.
|
void |
setBeatRepeat(BeatRepeat value)
Sets the value of the beatRepeat property.
|
void |
setColor(String value)
Sets the value of the color 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 |
setMeasureRepeat(MeasureRepeat value)
Sets the value of the measureRepeat property.
|
void |
setMultipleRest(MultipleRest value)
Sets the value of the multipleRest property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
void |
setSlash(Slash value)
Sets the value of the slash property.
|
protected MultipleRest multipleRest
protected MeasureRepeat measureRepeat
protected BeatRepeat beatRepeat
protected Slash slash
protected BigInteger number
protected String fontFamily
protected FontStyle fontStyle
protected String fontSize
protected FontWeight fontWeight
protected String color
public MultipleRest getMultipleRest()
MultipleRestpublic void setMultipleRest(MultipleRest value)
value - allowed object is
MultipleRestpublic MeasureRepeat getMeasureRepeat()
MeasureRepeatpublic void setMeasureRepeat(MeasureRepeat value)
value - allowed object is
MeasureRepeatpublic BeatRepeat getBeatRepeat()
BeatRepeatpublic void setBeatRepeat(BeatRepeat value)
value - allowed object is
BeatRepeatpublic Slash getSlash()
Slashpublic void setSlash(Slash value)
value - allowed object is
Slashpublic BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerpublic 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 String getColor()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.