Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
|
Modifier and Type | Class and Description |
---|---|
class |
MapMarkerCircle
A simple implementation of the
MapMarker interface. |
class |
MapMarkerDot
A simple implementation of the
MapMarker interface. |
Modifier and Type | Field and Description |
---|---|
protected List<MapMarker> |
JMapViewer.mapMarkerList |
Modifier and Type | Method and Description |
---|---|
List<MapMarker> |
JMapViewer.getMapMarkerList() |
Modifier and Type | Method and Description |
---|---|
void |
JMapViewer.addMapMarker(MapMarker marker) |
Integer |
JMapViewer.getRadius(MapMarker marker,
Point p)
Calculates the position on the map of a given coordinate
|
protected void |
JMapViewer.paintMarker(Graphics g,
MapMarker marker)
Paint a single marker.
|
void |
JMapViewer.removeMapMarker(MapMarker marker) |
Modifier and Type | Method and Description |
---|---|
void |
JMapViewer.setMapMarkerList(List<MapMarker> mapMarkerList) |