Class SystemMargins

java.lang.Object
org.audiveris.proxymusic.SystemMargins

public class SystemMargins extends Object
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 Details

  • Constructor Details

    • SystemMargins

      public SystemMargins()
  • Method Details

    • getLeftMargin

      public BigDecimal getLeftMargin()
      Gets the value of the leftMargin property.
      Returns:
      possible object is BigDecimal
    • setLeftMargin

      public void setLeftMargin(BigDecimal value)
      Sets the value of the leftMargin property.
      Parameters:
      value - allowed object is BigDecimal
    • getRightMargin

      public BigDecimal getRightMargin()
      Gets the value of the rightMargin property.
      Returns:
      possible object is BigDecimal
    • setRightMargin

      public void setRightMargin(BigDecimal value)
      Sets the value of the rightMargin property.
      Parameters:
      value - allowed object is BigDecimal