Class EndAnchorPoint

java.lang.Object
com.independentsoft.office.charts.drawing.EndAnchorPoint

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

    • EndAnchorPoint

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

    • clone

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

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

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

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

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

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