Modifier and Type | Field and Description |
---|---|
private MapView |
SelectAction.mv
The component this SelectAction is associated with.
|
private MapView |
ImproveWayAccuracyAction.mv |
private MapView |
ParallelWayAction.mv |
Modifier and Type | Method and Description |
---|---|
void |
DrawAction.SnapHelper.drawIfNeeded(java.awt.Graphics2D g2,
MapView mv) |
private void |
ExtrudeAction.drawReferenceSegment(java.awt.Graphics2D g2,
MapView mv,
ExtrudeAction.ReferenceSegment seg)
Draws given reference segment.
|
static Node |
ImproveWayAccuracyHelper.findCandidateNode(MapView mv,
Way w,
java.awt.Point p)
Returns the nearest node to cursor.
|
static WaySegment |
ImproveWayAccuracyHelper.findCandidateSegment(MapView mv,
Way w,
java.awt.Point p)
Returns the nearest way segment to cursor.
|
static Way |
ImproveWayAccuracyHelper.findWay(MapView mv,
java.awt.Point p)
Finds the way to work on.
|
void |
ExtrudeAction.paint(java.awt.Graphics2D g,
MapView mv,
Bounds box) |
void |
ImproveWayAccuracyAction.paint(java.awt.Graphics2D g,
MapView mv,
Bounds bbox)
Redraws temporary layer.
|
void |
ParallelWayAction.paint(java.awt.Graphics2D g,
MapView mv,
Bounds bbox) |
void |
DrawAction.paint(java.awt.Graphics2D g,
MapView mv,
Bounds box) |
Modifier and Type | Field and Description |
---|---|
private MapView |
PaintVisitor.mv
The MapView
|
Constructor and Description |
---|
PaintVisitor(java.awt.Graphics g,
MapView mv)
Constructor
|
Modifier and Type | Field and Description |
---|---|
MapView |
MapFrame.mapView
The view control displayed.
|
private MapView |
MapStatus.mv
The MapView this status belongs to.
|
private MapView |
MapSlider.mv |
Constructor and Description |
---|
MapSlider(MapView mv) |
Modifier and Type | Method and Description |
---|---|
protected void |
WMSLayer.downloadAndPaintVisible(java.awt.Graphics g,
MapView mv,
boolean real) |
void |
WMSLayer.paint(java.awt.Graphics2D g,
MapView mv,
Bounds b) |
void |
ValidatorLayer.paint(java.awt.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 |
TMSLayer.paint(java.awt.Graphics2D g,
MapView mv,
Bounds bounds) |
abstract void |
Layer.paint(java.awt.Graphics2D g,
MapView mv,
Bounds box)
Paint the dataset using the engine set.
|
void |
OsmDataLayer.paint(java.awt.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 |
NoteLayer.paint(java.awt.Graphics2D g,
MapView mv,
Bounds box) |
void |
GpxLayer.paint(java.awt.Graphics2D g,
MapView mv,
Bounds box) |
void |
MapViewPaintable.paint(java.awt.Graphics2D g,
MapView mv,
Bounds bbox)
Paint the dataset using the engine set.
|
(package private) void |
TMSLayer.paintTileText(TMSLayer.TileSet ts,
Tile tile,
java.awt.Graphics g,
MapView mv,
int zoom,
Tile t) |
Modifier and Type | Method and Description |
---|---|
void |
GeoImageLayer.paint(java.awt.Graphics2D g,
MapView mv,
Bounds bounds) |
Modifier and Type | Method and Description |
---|---|
void |
GpxDrawHelper.drawAll(java.awt.Graphics2D g,
MapView mv,
java.util.List<WayPoint> visibleSegments) |
private void |
GpxDrawHelper.drawArrows(java.awt.Graphics2D g,
MapView mv,
java.util.List<WayPoint> visibleSegments) |
void |
GpxDrawHelper.drawColorBar(java.awt.Graphics2D g,
MapView mv) |
private void |
GpxDrawHelper.drawLines(java.awt.Graphics2D g,
MapView mv,
java.util.List<WayPoint> visibleSegments) |
private void |
GpxDrawHelper.drawPoints(java.awt.Graphics2D g,
MapView mv,
java.util.List<WayPoint> visibleSegments) |
Modifier and Type | Method and Description |
---|---|
void |
MarkerLayer.paint(java.awt.Graphics2D g,
MapView mv,
Bounds box) |
void |
PlayHeadMarker.paint(java.awt.Graphics g,
MapView mv)
Paint the marker icon in the given graphics context.
|
void |
Marker.paint(java.awt.Graphics g,
MapView mv,
boolean mousePressed,
boolean showTextOrIcon)
Paints the marker.
|
void |
ButtonMarker.paint(java.awt.Graphics g,
MapView mv,
boolean mousePressed,
boolean showTextOrIcon) |
protected void |
Marker.paintIcon(MapView mv,
java.awt.Graphics g,
int x,
int y) |
Modifier and Type | Field and Description |
---|---|
protected MapView |
WMSGrabber.mv |
Constructor and Description |
---|
HTMLGrabber(MapView mv,
WMSLayer layer,
boolean localOnly) |
WMSGrabber(MapView mv,
WMSLayer layer,
boolean localOnly)
Constructs a new
WMSGrabber . |