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 java.util.List<MapMarker> |
JMapViewer.mapMarkerList |
Modifier and Type | Method and Description |
---|---|
java.util.List<MapMarker> |
JMapViewer.getMapMarkerList()
Returns the list of
MapMarker s. |
Modifier and Type | Method and Description |
---|---|
void |
JMapViewer.addMapMarker(MapMarker marker)
Add a
MapMarker . |
java.lang.Integer |
JMapViewer.getRadius(MapMarker marker,
java.awt.Point p)
Calculates the position on the map of a given coordinate
|
protected void |
JMapViewer.paintMarker(java.awt.Graphics g,
MapMarker marker)
Paint a single marker.
|
void |
JMapViewer.removeMapMarker(MapMarker marker)
Remove a
MapMarker . |
Modifier and Type | Method and Description |
---|---|
void |
JMapViewer.setMapMarkerList(java.util.List<MapMarker> mapMarkerList)
Sets the list of
MapMarker s. |