Class Point2D
java.lang.Object
org.htmlunit.util.geometry.Point2D
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Point2D
public Point2D(double x, double y)
-
-
Method Details
-
getX
public double getX() -
getY
public double getY() -
toString
-