Uses of Interface
org.htmlunit.util.geometry.Shape2D
Packages that use Shape2D
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.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 -
Uses of Shape2D in org.htmlunit.util.geometry
Classes in org.htmlunit.util.geometry that implement Shape2DModifier and TypeClassDescriptionclass
Simple 2D shape circle.class
Simple 2D shape line.class
Simple 2D shape polygon.class
Simple 2D shape rectangle.