Uses of Package
org.htmlunit.util.geometry
-
Packages that use org.htmlunit.util.geometry 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). -
Classes in org.htmlunit.util.geometry used by org.htmlunit.html Class Description Circle2D Simple 2D shape circle.Rectangle2D Simple 2D shape rectangle.Shape2D Simple 2D shape interface. -
Classes in org.htmlunit.util.geometry used by org.htmlunit.util.geometry Class Description Line2D Simple 2D shape line.Point2D Simple 2D point.Polygon2D Simple 2D shape polygon.Rectangle2D Simple 2D shape rectangle.Shape2D Simple 2D shape interface.