|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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(java.lang.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(java.lang.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 |
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 |
MouseWheelBehavior.paintComponent(MapControlDrawer mapControlDrawer)
|
void |
CircleBehavior.paintComponent(MapControlDrawer mapControlDrawer)
|
void |
MoveBehavior.paintComponent(MapControlDrawer renderer)
|
void |
PolylineBehavior.paintComponent(MapControlDrawer mapControlDrawer)
|
void |
PolygonBehavior.paintComponent(MapControlDrawer mapControlDrawer)
|
void |
DraggerBehavior.paintComponent(MapControlDrawer mapControlDrawer)
|
void |
RectangleBehavior.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 |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||