Uses of Class
org.gvsig.fmap.mapcontrol.MapControl

Packages that use MapControl
org.gvsig.fmap.mapcontrol   
org.gvsig.fmap.mapcontrol.impl   
org.gvsig.fmap.mapcontrol.tools   
org.gvsig.fmap.mapcontrol.tools.Behavior   
org.gvsig.fmap.mapcontrol.tools.Events   
org.gvsig.fmap.mapcontrol.tools.snapping.snappers   
 

Uses of MapControl in org.gvsig.fmap.mapcontrol
 

Methods in org.gvsig.fmap.mapcontrol that return MapControl
 MapControl MapControlManager.createJMapControlPanel()
           
 

Methods in org.gvsig.fmap.mapcontrol with parameters of type MapControl
 void MapControlDrawer.cleanCanvas(MapControl mapCtrl)
          Cleans the graphics using the image of the MapControl
 

Uses of MapControl in org.gvsig.fmap.mapcontrol.impl
 

Methods in org.gvsig.fmap.mapcontrol.impl that return MapControl
 MapControl DefaultMapControlManager.createJMapControlPanel()
           
 

Methods in org.gvsig.fmap.mapcontrol.impl with parameters of type MapControl
 void DefaultPrimitivesDrawer.cleanCanvas(MapControl mapCtrl)
           
 

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

Fields in org.gvsig.fmap.mapcontrol.tools declared as MapControl
protected  MapControl SelectImageListenerImpl.mapCtrl
          Deprecated. Reference to the MapControl object that uses.
protected  MapControl PointSelectionListener.mapCtrl
          Reference to the MapControl object that uses.
protected  MapControl MeasureListenerImpl.mapCtrl
          Reference to the MapControl object that uses.
protected  MapControl AreaListenerImpl.mapCtrl
          Reference to the MapControl object that uses.
protected  MapControl MapTool.mc
           
 

Methods in org.gvsig.fmap.mapcontrol.tools with parameters of type MapControl
 void CompoundBehavior.setMapControl(MapControl mc)
           
 

Constructors in org.gvsig.fmap.mapcontrol.tools with parameters of type MapControl
AreaListenerImpl(MapControl mc)
          Creates a new listener for calculating the area of a polygon.
MapTool(MapControl mc)
           
MeasureListenerImpl(MapControl mc)
          Creates a new listener for calculating the length of a polyline.
PanListenerImpl(MapControl mapControl)
          Creates a new listener for changing the position of the extent of the associated MapControl object.
PointSelectionListener(MapControl mc)
          Creates a new PointSelectionListener object.
PolygonSelectionListener(MapControl mc)
          Creates a new PolygonSelectionListener object.
RectangleSelectionListener(MapControl mc)
          Creates a new RectangleSelectionListener object.
SelectImageListenerImpl(MapControl mapCtrl)
          Deprecated. Creates a new SelectImageListenerImpl object.
ZoomInListenerImpl(MapControl mapCtrl)
          Creates a new ZoomInListenerImpl object.
ZoomOutListenerImpl(MapControl mapControl)
          Creates a new ZoomOutListenerImpl object.
ZoomOutRightButtonListener(MapControl mapControl)
          Creates a new ZoomOutRightButtonListener object.
 

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

Methods in org.gvsig.fmap.mapcontrol.tools.Behavior that return MapControl
 MapControl IBehavior.getMapControl()
          Returns the reference to the MapControl object that this behavior uses.
 MapControl Behavior.getMapControl()
           
 

Methods in org.gvsig.fmap.mapcontrol.tools.Behavior with parameters of type MapControl
 void IBehavior.setMapControl(MapControl mc)
          Associates this behavior to a MapControl object.
 void Behavior.setMapControl(MapControl mc)
           
 

Uses of MapControl in org.gvsig.fmap.mapcontrol.tools.Events
 

Constructors in org.gvsig.fmap.mapcontrol.tools.Events with parameters of type MapControl
PointEvent(Point2D p, MouseEvent e, MapControl mapControl)
           
 

Uses of MapControl in org.gvsig.fmap.mapcontrol.tools.snapping.snappers
 

Methods in org.gvsig.fmap.mapcontrol.tools.snapping.snappers with parameters of type MapControl
 Point2D ISnapperRaster.getSnapPoint(MapControl mapControl, Point2D point, double mapTolerance, Point2D lastPoint)
           
 



Copyright © 2004-2013 gvSIG. All Rights Reserved.