Uses of Interface
org.gvsig.fmap.mapcontrol.MapControlDrawer
Packages that use MapControlDrawer
Package
Description
-
Uses of MapControlDrawer in org.gvsig.fmap.mapcontrol
Methods in org.gvsig.fmap.mapcontrol that return MapControlDrawerModifier and TypeMethodDescriptionMapControlManager.createDefaultMapControlDrawer()It returns the default implementation for theMapControlDrawer.MapControlManager.createMapControlDrawer(String name) Creates aMapControlDrawerfrom a name.MapControl.getMapControlDrawer()Methods in org.gvsig.fmap.mapcontrol with parameters of type MapControlDrawerModifier and TypeMethodDescriptionvoidMapControl.setMapControlDrawer(MapControlDrawer mapControlDrawer) -
Uses of MapControlDrawer in org.gvsig.fmap.mapcontrol.impl
Classes in org.gvsig.fmap.mapcontrol.impl that implement MapControlDrawerMethods in org.gvsig.fmap.mapcontrol.impl that return MapControlDrawerModifier and TypeMethodDescriptionDefaultMapControlManager.createDefaultMapControlDrawer()DefaultMapControlManager.createMapControlDrawer(String name) -
Uses of MapControlDrawer in org.gvsig.fmap.mapcontrol.tools
Methods in org.gvsig.fmap.mapcontrol.tools with parameters of type MapControlDrawerModifier and TypeMethodDescriptionvoidBaseMapTool.paintComponent(MapControlDrawer renderer) voidCompoundBehavior.paintComponent(MapControlDrawer renderer) voidCompoundBehavior.paintComponent(MapControlDrawer renderer, boolean clean) -
Uses of MapControlDrawer in org.gvsig.fmap.mapcontrol.tools.Behavior
Methods in org.gvsig.fmap.mapcontrol.tools.Behavior with parameters of type MapControlDrawerModifier and TypeMethodDescriptionvoidBehavior.clean(MapControlDrawer mapControlDrawer) protected voidEllipseBehavior.drawCircle(MapControlDrawer mapControlDrawer) protected voidEllipseBehavior.drawEllipseLine(MapControlDrawer mapControlDrawer) Draws the polyline in theGraphics2Dof the associatedMapControl.protected voidTwoLinesBehavior.drawPolyline(MapControlDrawer mapControlDrawer, org.gvsig.fmap.geom.primitive.Curve curve) protected voidFreehandBehavior.drawPolyLine(MapControlDrawer mapControlDrawer) Draws the polyline in theGraphics2Dof the associatedMapControl.protected voidPolylineBehavior.drawPolyLine(MapControlDrawer mapControlDrawer) Draws the polyline in theGraphics2Dof the associatedMapControl.voidBehavior.paintComponent(MapControlDrawer mapControlDrawer) voidBehavior.paintComponent(MapControlDrawer mapControlDrawer, boolean clean) voidCircleBehavior.paintComponent(MapControlDrawer mapControlDrawer) voidDraggerBehavior.paintComponent(MapControlDrawer mapControlDrawer) voidEllipseBehavior.paintComponent(MapControlDrawer mapControlDrawer) voidFreehandBehavior.paintComponent(MapControlDrawer mapControlDrawer) voidIBehavior.paintComponent(MapControlDrawer renderer) Method executed in real-time, when user is working with a tool on the associatedMapControlobject, repainting theMapControl's image.voidMouseMovementBehavior.paintComponent(MapControlDrawer mapControlDrawer) voidMouseWheelBehavior.paintComponent(MapControlDrawer mapControlDrawer) voidMoveBehavior.paintComponent(MapControlDrawer renderer) voidPolygonBehavior.paintComponent(MapControlDrawer mapControlDrawer) voidPolylineBehavior.paintComponent(MapControlDrawer mapControlDrawer) voidRectangleBehavior.paintComponent(MapControlDrawer mapControlDrawer) voidTwoLinesBehavior.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 MapControlDrawerModifier and TypeMethodDescriptionvoidGrid.drawGrid(MapControlDrawer mapControlDrawer) Dibuja el grid sobre el graphics que se pasa como parĂ¡metro