Uses of Interface
org.gvsig.fmap.mapcontrol.MapControlDrawer

Packages that use MapControlDrawer
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.grid   
 

Uses of MapControlDrawer in org.gvsig.fmap.mapcontrol
 

Methods in org.gvsig.fmap.mapcontrol that return MapControlDrawer
 MapControlDrawer MapControlManager.createDefaultMapControlDrawer()
          It returns the default implementation for the MapControlDrawer.
 MapControlDrawer MapControlManager.createMapControlDrawer(String name)
          Creates a MapControlDrawer from a name.
 MapControlDrawer MapControl.getMapControlDrawer()
           
 

Methods in org.gvsig.fmap.mapcontrol with parameters of type MapControlDrawer
 void MapControl.setMapControlDrawer(MapControlDrawer mapControlDrawer)
           
 

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

Classes in org.gvsig.fmap.mapcontrol.impl that implement MapControlDrawer
 class MapControlDrawer2D
          MapControlDrawer for a 2D view.
 

Methods in org.gvsig.fmap.mapcontrol.impl that return MapControlDrawer
 MapControlDrawer DefaultMapControlManager.createDefaultMapControlDrawer()
           
 MapControlDrawer DefaultMapControlManager.createMapControlDrawer(String name)
           
 

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

Methods in org.gvsig.fmap.mapcontrol.tools with parameters of type MapControlDrawer
 void CompoundBehavior.paintComponent(MapControlDrawer renderer)
           
 

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

Methods in org.gvsig.fmap.mapcontrol.tools.Behavior with parameters of type MapControlDrawer
protected  void PolylineBehavior.drawPolyLine(MapControlDrawer mapControlDrawer)
          Draws the polyline in the Graphics2D of the associated MapControl.
 void RectangleBehavior.paintComponent(MapControlDrawer mapControlDrawer)
           
 void PolylineBehavior.paintComponent(MapControlDrawer mapControlDrawer)
           
 void PolygonBehavior.paintComponent(MapControlDrawer mapControlDrawer)
           
 void MoveBehavior.paintComponent(MapControlDrawer renderer)
           
 void MouseWheelBehavior.paintComponent(MapControlDrawer mapControlDrawer)
           
 void IBehavior.paintComponent(MapControlDrawer renderer)
          Method executed in real-time, when user is working with a tool on the associated MapControl object, repainting the MapControl's image.
 void DraggerBehavior.paintComponent(MapControlDrawer mapControlDrawer)
           
 void CircleBehavior.paintComponent(MapControlDrawer mapControlDrawer)
           
 void Behavior.paintComponent(MapControlDrawer mapControlDrawer)
           
 

Uses of MapControlDrawer in org.gvsig.fmap.mapcontrol.tools.grid
 

Methods in org.gvsig.fmap.mapcontrol.tools.grid with parameters of type MapControlDrawer
 void Grid.drawGrid(MapControlDrawer mapControlDrawer)
          Dibuja el grid sobre el graphics que se pasa como parĂ¡metro
 



Copyright © 2004-2013 gvSIG. All Rights Reserved.