Modifier and Type | Field and Description |
---|---|
private MapView |
ParallelWayAction.mv |
private MapView |
SelectAction.mv
The component this SelectAction is associated with.
|
private MapView |
ImproveWayAccuracyAction.mv |
Modifier and Type | Method and Description |
---|---|
void |
DrawAction.SnapHelper.drawIfNeeded(Graphics2D g2,
MapView mv) |
static Node |
ImproveWayAccuracyHelper.findCandidateNode(MapView mv,
Way w,
Point p)
Returns the nearest node to cursor.
|
static WaySegment |
ImproveWayAccuracyHelper.findCandidateSegment(MapView mv,
Way w,
Point p)
Returns the nearest way segment to cursor.
|
static Way |
ImproveWayAccuracyHelper.findWay(MapView mv,
Point p)
Finds the way to work on.
|
void |
ParallelWayAction.paint(Graphics2D g,
MapView mv,
Bounds bbox) |
void |
ExtrudeAction.paint(Graphics2D g,
MapView mv,
Bounds box) |
void |
ImproveWayAccuracyAction.paint(Graphics2D g,
MapView mv,
Bounds bbox)
Redraws temporary layer.
|
void |
DrawAction.paint(Graphics2D g,
MapView mv,
Bounds box) |
Modifier and Type | Field and Description |
---|---|
private MapView |
PaintVisitor.mv
The MapView
|
Constructor and Description |
---|
PaintVisitor(Graphics g,
MapView mv)
Constructor
|
Modifier and Type | Field and Description |
---|---|
MapView |
MapFrame.mapView
The view control displayed.
|
private MapView |
MapSlider.mv |
(package private) MapView |
MapStatus.mv
The MapView this status belongs to.
|
Constructor and Description |
---|
MapSlider(MapView mv) |
Modifier and Type | Method and Description |
---|---|
protected void |
WMSLayer.downloadAndPaintVisible(Graphics g,
MapView mv,
boolean real) |
void |
MapViewPaintable.paint(Graphics2D g,
MapView mv,
Bounds bbox)
Paint the dataset using the engine set.
|
void |
ValidatorLayer.paint(Graphics2D g,
MapView mv,
Bounds bounds)
Draw all primitives in this layer but do not draw modified ones (they
are drawn by the edit layer).
|
void |
GpxLayer.paint(Graphics2D g,
MapView mv,
Bounds box) |
void |
WMSLayer.paint(Graphics2D g,
MapView mv,
Bounds b) |
abstract void |
Layer.paint(Graphics2D g,
MapView mv,
Bounds box)
Paint the dataset using the engine set.
|
void |
OsmDataLayer.paint(Graphics2D g,
MapView mv,
Bounds box)
Draw all primitives in this layer but do not draw modified ones (they
are drawn by the edit layer).
|
void |
TMSLayer.paint(Graphics2D g,
MapView mv,
Bounds bounds) |
(package private) void |
TMSLayer.paintTileText(TMSLayer.TileSet ts,
Tile tile,
Graphics g,
MapView mv,
int zoom,
Tile t) |
Modifier and Type | Method and Description |
---|---|
void |
GeoImageLayer.paint(Graphics2D g,
MapView mv,
Bounds bounds) |
Modifier and Type | Method and Description |
---|---|
void |
MarkerLayer.paint(Graphics2D g,
MapView mv,
Bounds box) |
void |
PlayHeadMarker.paint(Graphics g,
MapView mv)
Paint the marker icon in the given graphics context.
|
void |
Marker.paint(Graphics g,
MapView mv,
boolean mousePressed,
boolean showTextOrIcon)
Paints the marker.
|
void |
ButtonMarker.paint(Graphics g,
MapView mv,
boolean mousePressed,
boolean showTextOrIcon) |
protected void |
Marker.paintIcon(MapView mv,
Graphics g,
int x,
int y) |
Modifier and Type | Field and Description |
---|---|
protected MapView |
Grabber.mv |
Constructor and Description |
---|
Grabber(MapView mv,
WMSLayer layer,
boolean localOnly) |
HTMLGrabber(MapView mv,
WMSLayer layer,
boolean localOnly) |
WMSGrabber(MapView mv,
WMSLayer layer,
boolean localOnly) |