Package org.htmlunit.util.geometry
Class Point2D
- java.lang.Object
-
- org.htmlunit.util.geometry.Point2D
-
public class Point2D extends java.lang.Object
Simple 2D point.
-
-
Constructor Summary
Constructors Constructor Description Point2D(double x, double y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
double
getY()
java.lang.String
toString()
-