Uses of Interface
org.htmlunit.util.geometry.Shape2D
-
Packages that use Shape2D Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich 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 Shape2DHtmlArea. parsePoly() -
Uses of Shape2D in org.htmlunit.util.geometry
Classes in org.htmlunit.util.geometry that implement Shape2D Modifier and Type Class Description classCircle2DSimple 2D shape circle.classLine2DSimple 2D shape line.classPolygon2DSimple 2D shape polygon.classRectangle2DSimple 2D shape rectangle.
-