Uses of Interface
org.gvsig.fmap.mapcontrol.tools.Listeners.PointListener
Packages that use PointListener
Package
Description
-
Uses of PointListener in org.gvsig.fmap.mapcontrol.tools
Classes in org.gvsig.fmap.mapcontrol.tools that implement PointListenerModifier and TypeClassDescriptionclassclassListener that selects all features of the active, and vector layers of the associatedMapControlthat their area intersects with the point selected by a single click of any button of the mouse.classListener to select the upper layer with raster data, that has information in the associatedMapControlobject, down the position selected by the mouse.classListener for doing a zoom out operation on the extent of theViewPortof the associatedMapControlobject, selecting a point of theMapControlby a single click of any mouse's button.class -
Uses of PointListener in org.gvsig.fmap.mapcontrol.tools.Behavior
Fields in org.gvsig.fmap.mapcontrol.tools.Behavior declared as PointListenerModifier and TypeFieldDescriptionprotected PointListenerMouseMovementBehavior.listenerTool listener used to work with theMapControlobject.Constructors in org.gvsig.fmap.mapcontrol.tools.Behavior with parameters of type PointListenerModifierConstructorDescriptionCreates a new behavior for moving or dragging the mouse on the image of the associatedMapControlinstance.PointBehavior(PointListener l, int mouseButton) Creates a new behavior for selecting a point. -
Uses of PointListener in org.gvsig.fmap.mapcontrol.tools.Listeners
Subinterfaces of PointListener in org.gvsig.fmap.mapcontrol.tools.ListenersModifier and TypeInterfaceDescriptioninterfaceInterface for all tools that reply for aPointEventproduced in the associatedMapControlobject, produced by a simple or double click of a button of the mouse.Classes in org.gvsig.fmap.mapcontrol.tools.Listeners that implement PointListener