Uses of Package
org.gvsig.fmap.mapcontrol.tools.Behavior
Packages that use org.gvsig.fmap.mapcontrol.tools.Behavior
Package
Description
-
Classes in org.gvsig.fmap.mapcontrol.tools.Behavior used by org.gvsig.fmap.mapcontrolClassDescriptionWhen user is working with a tool on a
MapControlinstance,Behaviordefines the basic ways of interacting: selecting a point, a circle, a rectangle, or ... -
Classes in org.gvsig.fmap.mapcontrol.tools.Behavior used by org.gvsig.fmap.mapcontrol.toolsClassDescriptionWhen user is working with a tool on a
MapControlinstance,Behaviordefines the basic ways of interacting: selecting a point, a circle, a rectangle, or ...When a programmer needs to add a way to permit user to interact with the current object where the graphical information is stored and represented, (seeMapControl), must analyze and decide the basic behavior nature of the interaction. -
Classes in org.gvsig.fmap.mapcontrol.tools.Behavior used by org.gvsig.fmap.mapcontrol.tools.BehaviorClassDescriptionWhen user is working with a tool on a
MapControlinstance,Behaviordefines the basic ways of interacting: selecting a point, a circle, a rectangle, or ...When a programmer needs to add a way to permit user to interact with the current object where the graphical information is stored and represented, (seeMapControl), must analyze and decide the basic behavior nature of the interaction.Behavior that permits user to move the image of the associatedMapControlusing aPanListener.Behavior that permits user to select a point with a double click mouse action, on the associatedMapControlusing aPointListener.Behavior that allows user to draw a polyline by its vertexes on the image of the associatedMapControlusing aPolylineListener. -