JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Package org.htmlunit.util.geometry
Some simple 2D geometry classes to avoid using java.awt (not available on android).
Interface Summary
Interface
Description
Shape2D
Simple 2D shape interface.
Class Summary
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.