Class AnchorPoint

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

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

    • AnchorPoint

      public AnchorPoint()
      Instantiates a new anchor point.
  • Method Details

    • clone

      public AnchorPoint 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
    • getZ

      public Unit getZ()
      Gets the z.
      Returns:
      the z
    • setZ

      public void setZ(Unit z)
      Sets the z.
      Parameters:
      z - the new z