Package org.htmlunit.util.geometry
Class Point2D
- java.lang.Object
-
- org.htmlunit.util.geometry.Point2D
-
public class Point2D extends java.lang.ObjectSimple 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 doublegetX()doublegetY()java.lang.StringtoString()
-