Interface CircleListener

All Superinterfaces:
ToolListener
All Known Implementing Classes:
AbstractCircleListener, BaseMapTool

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:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when user defines a circular area.

    Methods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener

    cancelDrawing, getImageCursor
  • Method Details

    • 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