Uses of Interface
org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior

Packages that use IBehavior
org.gvsig.fmap.mapcontrol.tools   
org.gvsig.fmap.mapcontrol.tools.Behavior   
 

Uses of IBehavior in org.gvsig.fmap.mapcontrol.tools
 

Classes in org.gvsig.fmap.mapcontrol.tools that implement IBehavior
 class CompoundBehavior
          Allows having multiple behaviors when user works with the associated MapControl.
 

Uses of IBehavior in org.gvsig.fmap.mapcontrol.tools.Behavior
 

Classes in org.gvsig.fmap.mapcontrol.tools.Behavior that implement IBehavior
 class Behavior
          When user is working with a tool on a MapControl instance, Behavior defines the basic ways of interacting: selecting a point, a circle, a rectangle, or ...
 class CircleBehavior
          Behavior that allows user to draw a circle on the image of the associated MapControl using a PolylineListener.
 class DraggerBehavior
          Behavior that permits user to drag the image of the associated MapControl using a PanListener.
 class MouseMovementBehavior
          Behavior that permits user to move and drag the mouse on the image of the associated MapControl instance using a PointListener.
 class MouseWheelBehavior
           
 class MoveBehavior
           Behavior that permits user to move the image of the associated MapControl using a PanListener.
 class PointBehavior
          Behavior that permits user to select a point with a double click mouse action, on the associated MapControl using a PointListener.
 class PolygonBehavior
          Behavior that permits user to draw a polygon by its vertexes on the image of the associated MapControl using a PolylineListener.
 class PolylineBehavior
          Behavior that allows user to draw a polyline by its vertexes on the image of the associated MapControl using a PolylineListener.
 class RectangleBehavior
          Behavior that permits user to select a rectangular area on the associated MapControl using a RectangleListener.
 



Copyright © 2014 gvSIG Association. All Rights Reserved.