Class MarginsImpl

java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.MarginsImpl
All Implemented Interfaces:
Margins, Serializable

public class MarginsImpl extends Object implements Serializable, Margins
See Also:
  • Constructor Details

    • MarginsImpl

      public MarginsImpl()
  • Method Details

    • getInsideLeft

      public double getInsideLeft()
      Specified by:
      getInsideLeft in interface Margins
      Returns:
      the insideLeft
    • setInsideLeft

      public void setInsideLeft(double insideLeft)
      Specified by:
      setInsideLeft in interface Margins
      Parameters:
      insideLeft - the insideLeft to set
    • getTop

      public double getTop()
      Specified by:
      getTop in interface Margins
      Returns:
      the top
    • setTop

      public void setTop(double top)
      Specified by:
      setTop in interface Margins
      Parameters:
      top - the top to set
    • getOutsideRight

      public double getOutsideRight()
      Specified by:
      getOutsideRight in interface Margins
      Returns:
      the outsideRight
    • setOutsideRight

      public void setOutsideRight(double outsideRight)
      Specified by:
      setOutsideRight in interface Margins
      Parameters:
      outsideRight - the outsideRight to set
    • getBottom

      public double getBottom()
      Specified by:
      getBottom in interface Margins
      Returns:
      the bottom
    • setBottom

      public void setBottom(double bottom)
      Specified by:
      setBottom in interface Margins
      Parameters:
      bottom - the bottom to set