|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeomUtilListener
Debug listener for notifications assocaited with geometry utilities
Method Summary | |
---|---|
void |
pointExcluded(float x,
float y)
Notification that a point was excluded from geometry |
void |
pointIntersected(float x,
float y)
Notification that a point was intersected between two geometries |
void |
pointUsed(float x,
float y)
Notification that a point was used to build a new geometry |
Method Detail |
---|
void pointExcluded(float x, float y)
x
- The x coordinate of the pointy
- The y coordinate of the pointvoid pointIntersected(float x, float y)
x
- The x coordinate of the pointy
- The y coordinate of the pointvoid pointUsed(float x, float y)
x
- The x coordinate of the pointy
- The y coordinate of the point
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |