Uses of Class
org.htmlunit.util.geometry.Rectangle2D
-
Packages that use Rectangle2D 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 Rectangle2D in org.htmlunit.html
Methods in org.htmlunit.html that return Rectangle2D Modifier and Type Method Description private Rectangle2DHtmlArea. parseRect() -
Uses of Rectangle2D in org.htmlunit.util.geometry
Fields in org.htmlunit.util.geometry declared as Rectangle2D Modifier and Type Field Description private Rectangle2DPolygon2D. boundingBox_
-