public class SystemLayout extends Object
Java class for system-layout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="system-layout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="system-margins" type="{}system-margins" minOccurs="0"/>
<element name="system-distance" type="{}tenths" minOccurs="0"/>
<element name="top-system-distance" type="{}tenths" minOccurs="0"/>
<element name="system-dividers" type="{}system-dividers" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
systemDistance |
protected SystemDividers |
systemDividers |
protected SystemMargins |
systemMargins |
protected BigDecimal |
topSystemDistance |
| Constructor and Description |
|---|
SystemLayout() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getSystemDistance()
Gets the value of the systemDistance property.
|
SystemDividers |
getSystemDividers()
Gets the value of the systemDividers property.
|
SystemMargins |
getSystemMargins()
Gets the value of the systemMargins property.
|
BigDecimal |
getTopSystemDistance()
Gets the value of the topSystemDistance property.
|
void |
setSystemDistance(BigDecimal value)
Sets the value of the systemDistance property.
|
void |
setSystemDividers(SystemDividers value)
Sets the value of the systemDividers property.
|
void |
setSystemMargins(SystemMargins value)
Sets the value of the systemMargins property.
|
void |
setTopSystemDistance(BigDecimal value)
Sets the value of the topSystemDistance property.
|
protected SystemMargins systemMargins
protected BigDecimal systemDistance
protected BigDecimal topSystemDistance
protected SystemDividers systemDividers
public SystemMargins getSystemMargins()
SystemMarginspublic void setSystemMargins(SystemMargins value)
value - allowed object is
SystemMarginspublic BigDecimal getSystemDistance()
BigDecimalpublic void setSystemDistance(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTopSystemDistance()
BigDecimalpublic void setTopSystemDistance(BigDecimal value)
value - allowed object is
BigDecimalpublic SystemDividers getSystemDividers()
SystemDividerspublic void setSystemDividers(SystemDividers value)
value - allowed object is
SystemDividersCopyright © 2016 Audiveris Ltd. All rights reserved.