public interface CircleListener extends ToolListener
Interface for all tools that reply for a MeasureEvent produced in the
associated MapControl object, as a consequence of a circle area drawn by the mouse.
ToolListener| Modifier and Type | Method and Description |
|---|---|
void |
circle(MeasureEvent event)
Called when user defines a circular area.
|
cancelDrawing, getImageCursorvoid circle(MeasureEvent event) throws BehaviorException
Called when user defines a circular area.
event - information about the mouse event, and geometry data related with the operation doneBehaviorException - will be thrown when fails the process of this tool