Class StartAnchorPoint

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

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

    • StartAnchorPoint

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

    • clone

      public StartAnchorPoint 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