public interface ErrorLogger
Modifier and Type | Method and Description |
---|---|
void |
reportMinAreaViolation(long area,
int x,
int y,
java.awt.Shape shape)
The algorithm uses this method to report about polygon that violates
min area rule.
|
void reportMinAreaViolation(long area, int x, int y, java.awt.Shape shape)
area
- the area of violating polygonx
- x-coordinate of lexigraphically largest point of violating polygony
- y-coordinate of lexigraphically largest point of violating polygonshape
- optional Shape of Polygon