Interface EllipseListener
- All Superinterfaces:
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.
- Author:
- Vicente Caballero Navarro
-
Method Summary
Modifier and TypeMethodDescriptionvoidcircle(MeasureEvent event) voidellipse(MeasureEvent event) voidellipseFinished(MeasureEvent event) Methods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener
cancelDrawing, getImageCursor
-
Method Details
-
circle
- Throws:
BehaviorException
-
ellipseFinished
- Throws:
BehaviorException
-
ellipse
-