Uses of Interface
org.htmlunit.util.geometry.Shape2D
-
Packages that use Shape2D Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.util.geometry Some simple 2D geometry classes to avoid using java.awt (not available on android). -
-
Uses of Shape2D in org.htmlunit.html
Methods in org.htmlunit.html that return Shape2D Modifier and Type Method Description private Shape2D
HtmlArea. parsePoly()
-
Uses of Shape2D in org.htmlunit.util.geometry
Classes in org.htmlunit.util.geometry that implement Shape2D Modifier and Type Class Description class
Circle2D
Simple 2D shape circle.class
Line2D
Simple 2D shape line.class
Polygon2D
Simple 2D shape polygon.class
Rectangle2D
Simple 2D shape rectangle.
-