Class MarginsImpl

  • All Implemented Interfaces:
    Margins, java.io.Serializable

    public class MarginsImpl
    extends java.lang.Object
    implements java.io.Serializable, Margins
    See Also:
    Serialized Form
    • Constructor Detail

      • MarginsImpl

        public MarginsImpl()
    • Method Detail

      • 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