Class EndAnchorPoint
java.lang.Object
com.independentsoft.office.charts.drawing.EndAnchorPoint
The Class EndAnchorPoint.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EndAnchorPoint
public EndAnchorPoint()Instantiates a new end anchor point.
-
-
Method Details
-
clone
-
toString
-
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
-