public interface GeomUtilListener
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
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