JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.htmlunit.util.geometry
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
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.