Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
|
org.openstreetmap.josm.gui.preferences.imagery |
Provides classes for handling imagery preferences.
|
Modifier and Type | Class and Description |
---|---|
class |
MapPolygonImpl |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<MapPolygon> |
JMapViewer.mapPolygonList |
Modifier and Type | Method and Description |
---|---|
java.util.List<MapPolygon> |
JMapViewer.getMapPolygonList() |
Modifier and Type | Method and Description |
---|---|
void |
JMapViewer.addMapPolygon(MapPolygon polygon) |
protected void |
JMapViewer.paintPolygon(java.awt.Graphics g,
MapPolygon polygon)
Paint a single polygon.
|
void |
JMapViewer.removeMapPolygon(MapPolygon polygon) |
Modifier and Type | Method and Description |
---|---|
void |
JMapViewer.setMapPolygonList(java.util.List<MapPolygon> mapPolygonList) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,java.util.List<MapPolygon>> |
ImageryPreference.ImageryProvidersPanel.DefListSelectionListener.mapPolygons |