Uses of Class
org.htmlunit.util.geometry.Point2D
-
Packages that use Point2D Package Description org.htmlunit.util.geometry Some simple 2D geometry classes to avoid using java.awt (not available on android). -
-
Uses of Point2D in org.htmlunit.util.geometry
Fields in org.htmlunit.util.geometry with type parameters of type Point2D Modifier and Type Field Description private java.util.ArrayList<Point2D>
Polygon2D. points_
Methods in org.htmlunit.util.geometry that return Point2D Modifier and Type Method Description Point2D
Line2D. intersect(Line2D line)
Constructors in org.htmlunit.util.geometry with parameters of type Point2D Constructor Description Line2D(Point2D start, Point2D end)
Ctor.
-