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 |
MapRectangleImpl |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<MapRectangle> |
JMapViewer.mapRectangleList |
Modifier and Type | Method and Description |
---|---|
java.util.List<MapRectangle> |
JMapViewer.getMapRectangleList()
Returns the list of
MapRectangle s. |
Modifier and Type | Method and Description |
---|---|
void |
JMapViewer.addMapRectangle(MapRectangle rectangle)
Add a
MapRectangle . |
protected void |
JMapViewer.paintRectangle(java.awt.Graphics g,
MapRectangle rectangle)
Paint a single rectangle.
|
void |
JMapViewer.removeMapRectangle(MapRectangle rectangle)
Remove a
MapRectangle . |
Modifier and Type | Method and Description |
---|---|
void |
JMapViewer.setMapRectangleList(java.util.List<MapRectangle> mapRectangleList)
Sets the list of
MapRectangle s. |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,MapRectangle> |
ImageryPreference.ImageryProvidersPanel.DefListSelectionListener.mapRectangles |