Class ChildOffset

java.lang.Object
com.independentsoft.office.drawing.ChildOffset

public class ChildOffset extends Object
The Class ChildOffset.
  • Constructor Details

    • ChildOffset

      public ChildOffset()
      Instantiates a new child offset.
    • ChildOffset

      public ChildOffset(Unit x, Unit y)
      Instantiates a new child offset.
      Parameters:
      x - the x
      y - the y
    • ChildOffset

      public ChildOffset(long x, long y)
      Instantiates a new child offset.
      Parameters:
      x - the x
      y - the y
  • Method Details

    • clone

      public ChildOffset clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getX

      public Unit getX()
      Gets the x.
      Returns:
      the x
    • setX

      public void setX(Unit x)
      Sets the x.
      Parameters:
      x - the new x
    • getY

      public Unit getY()
      Gets the y.
      Returns:
      the y
    • setY

      public void setY(Unit y)
      Sets the y.
      Parameters:
      y - the new y