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 |
MapRectangleImpl |
Modifier and Type | Field and Description |
---|---|
protected List<MapRectangle> |
JMapViewer.mapRectangleList |
Modifier and Type | Method and Description |
---|---|
List<MapRectangle> |
JMapViewer.getMapRectangleList() |
Modifier and Type | Method and Description |
---|---|
void |
JMapViewer.addMapRectangle(MapRectangle rectangle) |
protected void |
JMapViewer.paintRectangle(Graphics g,
MapRectangle rectangle)
Paint a single rectangle.
|
void |
JMapViewer.removeMapRectangle(MapRectangle rectangle) |
Modifier and Type | Method and Description |
---|---|
void |
JMapViewer.setMapRectangleList(List<MapRectangle> mapRectangleList) |
Modifier and Type | Field and Description |
---|---|
private Map<Integer,MapRectangle> |
ImageryPreference.ImageryProvidersPanel.DefListSelectionListener.mapRectangles |