Class Point2D

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

public abstract class Point2D extends Object
The Class Point2D.
  • Field Details

    • x

      protected Unit x
    • y

      protected Unit y
  • Constructor Details

    • Point2D

      public Point2D()
  • Method Details

    • clone

      public abstract Point2D clone()
      Overrides:
      clone 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