Class InsetsImpl

java.lang.Object
com.priint.pubserver.metadata.xml.note.InsetsImpl
All Implemented Interfaces:
Insets, Serializable

public class InsetsImpl extends Object implements Serializable, Insets
The type Insets.
See Also:
  • Constructor Details

    • InsetsImpl

      public InsetsImpl()
  • Method Details

    • getLeft

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

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

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

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

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

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

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

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