public class Defaults extends Object
Java class for defaults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="defaults">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="scaling" type="{}scaling" minOccurs="0"/>
<group ref="{}layout"/>
<element name="appearance" type="{}appearance" minOccurs="0"/>
<element name="music-font" type="{}empty-font" minOccurs="0"/>
<element name="word-font" type="{}empty-font" minOccurs="0"/>
<element name="lyric-font" type="{}lyric-font" maxOccurs="unbounded" minOccurs="0"/>
<element name="lyric-language" type="{}lyric-language" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Appearance |
appearance |
protected List<LyricFont> |
lyricFont |
protected List<LyricLanguage> |
lyricLanguage |
protected EmptyFont |
musicFont |
protected PageLayout |
pageLayout |
protected Scaling |
scaling |
protected List<StaffLayout> |
staffLayout |
protected SystemLayout |
systemLayout |
protected EmptyFont |
wordFont |
| Constructor and Description |
|---|
Defaults() |
| Modifier and Type | Method and Description |
|---|---|
Appearance |
getAppearance()
Gets the value of the appearance property.
|
List<LyricFont> |
getLyricFont()
Gets the value of the lyricFont property.
|
List<LyricLanguage> |
getLyricLanguage()
Gets the value of the lyricLanguage property.
|
EmptyFont |
getMusicFont()
Gets the value of the musicFont property.
|
PageLayout |
getPageLayout()
Gets the value of the pageLayout property.
|
Scaling |
getScaling()
Gets the value of the scaling property.
|
List<StaffLayout> |
getStaffLayout()
Gets the value of the staffLayout property.
|
SystemLayout |
getSystemLayout()
Gets the value of the systemLayout property.
|
EmptyFont |
getWordFont()
Gets the value of the wordFont property.
|
void |
setAppearance(Appearance value)
Sets the value of the appearance property.
|
void |
setMusicFont(EmptyFont value)
Sets the value of the musicFont property.
|
void |
setPageLayout(PageLayout value)
Sets the value of the pageLayout property.
|
void |
setScaling(Scaling value)
Sets the value of the scaling property.
|
void |
setSystemLayout(SystemLayout value)
Sets the value of the systemLayout property.
|
void |
setWordFont(EmptyFont value)
Sets the value of the wordFont property.
|
protected Scaling scaling
protected PageLayout pageLayout
protected SystemLayout systemLayout
protected List<StaffLayout> staffLayout
protected Appearance appearance
protected EmptyFont musicFont
protected EmptyFont wordFont
protected List<LyricLanguage> lyricLanguage
public Scaling getScaling()
Scalingpublic void setScaling(Scaling value)
value - allowed object is
Scalingpublic PageLayout getPageLayout()
PageLayoutpublic void setPageLayout(PageLayout value)
value - allowed object is
PageLayoutpublic SystemLayout getSystemLayout()
SystemLayoutpublic void setSystemLayout(SystemLayout value)
value - allowed object is
SystemLayoutpublic List<StaffLayout> getStaffLayout()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the staffLayout property.
For example, to add a new item, do as follows:
getStaffLayout().add(newItem);
Objects of the following type(s) are allowed in the list
StaffLayout
public Appearance getAppearance()
Appearancepublic void setAppearance(Appearance value)
value - allowed object is
Appearancepublic EmptyFont getMusicFont()
EmptyFontpublic void setMusicFont(EmptyFont value)
value - allowed object is
EmptyFontpublic EmptyFont getWordFont()
EmptyFontpublic void setWordFont(EmptyFont value)
value - allowed object is
EmptyFontpublic List<LyricFont> getLyricFont()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the lyricFont property.
For example, to add a new item, do as follows:
getLyricFont().add(newItem);
Objects of the following type(s) are allowed in the list
LyricFont
public List<LyricLanguage> getLyricLanguage()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the lyricLanguage property.
For example, to add a new item, do as follows:
getLyricLanguage().add(newItem);
Objects of the following type(s) are allowed in the list
LyricLanguage
Copyright © 2016 Audiveris Ltd. All rights reserved.