Interface CircleListener
- All Superinterfaces:
ToolListener
- All Known Implementing Classes:
AbstractCircleListener,BaseMapTool
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.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcircle(MeasureEvent event) Called when user defines a circular area.Methods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener
cancelDrawing, getImageCursor
-
Method Details
-
circle
Called when user defines a circular area.
- Parameters:
event- information about the mouse event, and geometry data related with the operation done- Throws:
BehaviorException- will be thrown when fails the process of this tool
-