JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package org.htmlunit.util.geometry
package
org.htmlunit.util.geometry
Some simple 2D geometry classes to avoid using java.awt (not available on android).
Related Packages
Package
Description
org.htmlunit.util
Miscellaneous utilities.
All Classes and Interfaces
Interfaces
Classes
Class
Description
Circle2D
Simple 2D shape circle.
Line2D
Simple 2D shape line.
Point2D
Simple 2D point.
Polygon2D
Simple 2D shape polygon.
Rectangle2D
Simple 2D shape rectangle.
Shape2D
Simple 2D shape interface.