org.gvsig.fmap.mapcontrol.tools.Listeners
Interface CircleListener

All Superinterfaces:
ToolListener

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.

See Also:
ToolListener

Method Summary
 void circle(MeasureEvent event)
          Called when user defines a circular area.
 
Methods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener
cancelDrawing, getImageCursor
 

Method Detail

circle

void circle(MeasureEvent event)
            throws BehaviorException

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


Copyright © 2014 gvSIG Association. All Rights Reserved.