public class AhoIntersectionContour extends java.util.ArrayList<IntersectionPoint>
Constructor and Description |
---|
AhoIntersectionContour() |
Modifier and Type | Method and Description |
---|---|
double |
getArea()
Return the area of this (approximately planar) contour.
|
boolean |
isOpen() |
void |
reverse()
Reverse the order of elements in this contour in place
|
void |
setOpen(boolean isOpen) |