Uses of Class
org.htmlunit.util.geometry.Polygon2D
-
Packages that use Polygon2D Package Description org.htmlunit.util.geometry Some simple 2D geometry classes to avoid using java.awt (not available on android). -
-
Uses of Polygon2D in org.htmlunit.util.geometry
Methods in org.htmlunit.util.geometry that return Polygon2D Modifier and Type Method Description Polygon2D
Polygon2D. lineTo(double x, double y)
Add another corner Point to the polygon.
-