public interface EllipseListener extends ToolListener
Interface for all tools that reply for a MeasureEvent produced in the
associated MapControl object, as a consequence of a 2D polyline drawn by the mouse.
| Modifier and Type | Method and Description |
|---|---|
void |
circle(MeasureEvent event) |
void |
ellipse(MeasureEvent event) |
void |
ellipseFinished(MeasureEvent event) |
cancelDrawing, getImageCursorvoid circle(MeasureEvent event) throws BehaviorException
BehaviorExceptionvoid ellipseFinished(MeasureEvent event) throws BehaviorException
BehaviorExceptionvoid ellipse(MeasureEvent event)