Package org.audiveris.proxymusic
Class SystemMargins
java.lang.Object
org.audiveris.proxymusic.SystemMargins
System margins are relative to the page margins. Positive values indent and negative values reduce the margin size.
Java class for system-margins complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="system-margins">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}left-right-margins"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the leftMargin property.Gets the value of the rightMargin property.voidsetLeftMargin(BigDecimal value) Sets the value of the leftMargin property.voidsetRightMargin(BigDecimal value) Sets the value of the rightMargin property.
-
Field Details
-
leftMargin
-
rightMargin
-
-
Constructor Details
-
SystemMargins
public SystemMargins()
-
-
Method Details
-
getLeftMargin
Gets the value of the leftMargin property.- Returns:
- possible object is
BigDecimal
-
setLeftMargin
Sets the value of the leftMargin property.- Parameters:
value- allowed object isBigDecimal
-
getRightMargin
Gets the value of the rightMargin property.- Returns:
- possible object is
BigDecimal
-
setRightMargin
Sets the value of the rightMargin property.- Parameters:
value- allowed object isBigDecimal
-