Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
JMapViewer is designed to run as stand-alone component without
any further requirements.
|
org.openstreetmap.josm.gui.preferences.imagery |
Modifier and Type | Class and Description |
---|---|
class |
MapPolygonImpl |
Modifier and Type | Field and Description |
---|---|
protected List<MapPolygon> |
JMapViewer.mapPolygonList |
Modifier and Type | Method and Description |
---|---|
List<MapPolygon> |
JMapViewer.getMapPolygonList() |
Modifier and Type | Method and Description |
---|---|
void |
JMapViewer.addMapPolygon(MapPolygon polygon) |
protected void |
JMapViewer.paintPolygon(Graphics g,
MapPolygon polygon)
Paint a single polygon.
|
void |
JMapViewer.removeMapPolygon(MapPolygon polygon) |
Modifier and Type | Method and Description |
---|---|
void |
JMapViewer.setMapPolygonList(List<MapPolygon> mapPolygonList) |
Modifier and Type | Field and Description |
---|---|
private Map<Integer,List<MapPolygon>> |
ImageryPreference.ImageryProvidersPanel.DefListSelectionListener.mapPolygons |