Package org.htmlunit.util.geometry
Interface Shape2D
-
- All Known Implementing Classes:
Circle2D,Line2D,Polygon2D,Rectangle2D
public interface Shape2DSimple 2D shape interface.
-
-
Field Summary
Fields Modifier and Type Field Description static doubleepsilonConstant used for comparing doubles.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(double x, double y)booleanisEmpty()
-
-
-
Field Detail
-
epsilon
static final double epsilon
Constant used for comparing doubles.- See Also:
- Constant Field Values
-
-