Class MarginImpl

java.lang.Object
com.priint.pubserver.metadata.xml.spread.MarginImpl
All Implemented Interfaces:
Margin, Serializable

public class MarginImpl extends Object implements Serializable, Margin
See Also:
  • Constructor Details

    • MarginImpl

      public MarginImpl()
  • Method Details

    • getLeft

      public double getLeft()
      Description copied from interface: Margin
      Gets the left.
      Specified by:
      getLeft in interface Margin
      Returns:
      the left
    • setLeft

      public void setLeft(double left)
      Description copied from interface: Margin
      Sets the left.
      Specified by:
      setLeft in interface Margin
      Parameters:
      left - the new left
    • getTop

      public double getTop()
      Description copied from interface: Margin
      Gets the top.
      Specified by:
      getTop in interface Margin
      Returns:
      the top
    • setTop

      public void setTop(double top)
      Description copied from interface: Margin
      Sets the top.
      Specified by:
      setTop in interface Margin
      Parameters:
      top - the new top
    • getRight

      public double getRight()
      Description copied from interface: Margin
      Gets the right.
      Specified by:
      getRight in interface Margin
      Returns:
      the right
    • setRight

      public void setRight(double right)
      Description copied from interface: Margin
      Sets the right.
      Specified by:
      setRight in interface Margin
      Parameters:
      right - the new right
    • getBottom

      public double getBottom()
      Description copied from interface: Margin
      Gets the bottom.
      Specified by:
      getBottom in interface Margin
      Returns:
      the bottom
    • setBottom

      public void setBottom(double bottom)
      Description copied from interface: Margin
      Sets the bottom.
      Specified by:
      setBottom in interface Margin
      Parameters:
      bottom - the new bottom
    • getInside

      public double getInside()
      Description copied from interface: Margin
      Gets the inside.
      Specified by:
      getInside in interface Margin
      Returns:
      the inside
    • setInside

      public void setInside(double inside)
      Description copied from interface: Margin
      Sets the inside.
      Specified by:
      setInside in interface Margin
      Parameters:
      inside - the new inside
    • getOutside

      public double getOutside()
      Description copied from interface: Margin
      Gets the outside.
      Specified by:
      getOutside in interface Margin
      Returns:
      the outside
    • setOutside

      public void setOutside(double outside)
      Description copied from interface: Margin
      Sets the outside.
      Specified by:
      setOutside in interface Margin
      Parameters:
      outside - the new outside