public class Clef extends Object
Java class for clef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="clef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sign" type="{}clef-sign"/>
<element name="line" type="{}staff-line" minOccurs="0"/>
<element name="clef-octave-change" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
<attGroup ref="{}print-style"/>
<attGroup ref="{}print-object"/>
<attribute name="number" type="{}staff-number" />
<attribute name="additional" type="{}yes-no" />
<attribute name="size" type="{}symbol-size" />
<attribute name="after-barline" type="{}yes-no" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected YesNo |
additional |
protected YesNo |
afterBarline |
protected BigInteger |
clefOctaveChange |
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected String |
fontFamily |
protected String |
fontSize |
protected FontStyle |
fontStyle |
protected FontWeight |
fontWeight |
protected BigInteger |
line |
protected BigInteger |
number |
protected YesNo |
printObject |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected ClefSign |
sign |
protected SymbolSize |
size |
| Constructor and Description |
|---|
Clef() |
| Modifier and Type | Method and Description |
|---|---|
YesNo |
getAdditional()
Gets the value of the additional property.
|
YesNo |
getAfterBarline()
Gets the value of the afterBarline property.
|
BigInteger |
getClefOctaveChange()
Gets the value of the clefOctaveChange 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.
|
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.
|
BigInteger |
getLine()
Gets the value of the line property.
|
BigInteger |
getNumber()
Gets the value of the number property.
|
YesNo |
getPrintObject()
Gets the value of the printObject property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
ClefSign |
getSign()
Gets the value of the sign property.
|
SymbolSize |
getSize()
Gets the value of the size property.
|
void |
setAdditional(YesNo value)
Sets the value of the additional property.
|
void |
setAfterBarline(YesNo value)
Sets the value of the afterBarline property.
|
void |
setClefOctaveChange(BigInteger value)
Sets the value of the clefOctaveChange 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 |
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 |
setLine(BigInteger value)
Sets the value of the line property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
void |
setPrintObject(YesNo value)
Sets the value of the printObject property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setSign(ClefSign value)
Sets the value of the sign property.
|
void |
setSize(SymbolSize value)
Sets the value of the size property.
|
protected ClefSign sign
protected BigInteger line
protected BigInteger clefOctaveChange
protected BigInteger number
protected YesNo additional
protected SymbolSize size
protected YesNo afterBarline
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 printObject
public ClefSign getSign()
ClefSignpublic void setSign(ClefSign value)
value - allowed object is
ClefSignpublic BigInteger getLine()
BigIntegerpublic void setLine(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getClefOctaveChange()
BigIntegerpublic void setClefOctaveChange(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerpublic YesNo getAdditional()
YesNopublic void setAdditional(YesNo value)
value - allowed object is
YesNopublic SymbolSize getSize()
SymbolSizepublic void setSize(SymbolSize value)
value - allowed object is
SymbolSizepublic YesNo getAfterBarline()
YesNopublic void setAfterBarline(YesNo value)
value - allowed object is
YesNopublic 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 getPrintObject()
YesNoCopyright © 2016 Audiveris Ltd. All rights reserved.