| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapControl.setMapControlDrawer(MapControlDrawer mapControlDrawer) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapControlDrawer2D
MapControlDrawer for a 2D view.
|
| Modifier and Type | Method and Description |
|---|---|
MapControlDrawer |
DefaultMapControlManager.createDefaultMapControlDrawer() |
MapControlDrawer |
DefaultMapControlManager.createMapControlDrawer(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundBehavior.paintComponent(MapControlDrawer renderer) |
void |
BaseMapTool.paintComponent(MapControlDrawer renderer) |
void |
CompoundBehavior.paintComponent(MapControlDrawer renderer,
boolean clean) |
| Modifier and Type | Method and Description |
|---|---|
void |
Behavior.clean(MapControlDrawer mapControlDrawer) |
protected void |
PolylineBehavior.drawPolyLine(MapControlDrawer mapControlDrawer)
Draws the polyline in the
Graphics2D of the associated MapControl. |
void |
MouseMovementBehavior.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 |
Behavior.paintComponent(MapControlDrawer mapControlDrawer) |
void |
DraggerBehavior.paintComponent(MapControlDrawer mapControlDrawer) |
void |
PolylineBehavior.paintComponent(MapControlDrawer mapControlDrawer) |
void |
MouseWheelBehavior.paintComponent(MapControlDrawer mapControlDrawer) |
void |
MoveBehavior.paintComponent(MapControlDrawer renderer) |
void |
RectangleBehavior.paintComponent(MapControlDrawer mapControlDrawer) |
void |
PolygonBehavior.paintComponent(MapControlDrawer mapControlDrawer) |
void |
CircleBehavior.paintComponent(MapControlDrawer mapControlDrawer) |
void |
Behavior.paintComponent(MapControlDrawer mapControlDrawer,
boolean clean) |
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.drawGrid(MapControlDrawer mapControlDrawer)
Dibuja el grid sobre el graphics que se pasa como parĂ¡metro
|
Copyright © 2015 gvSIG Association. All Rights Reserved.