| Package | Description |
|---|---|
| org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
| org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
| Modifier and Type | Method and Description |
|---|---|
MapViewState.MapViewRectangle |
MapViewState.getViewArea()
Gets a rectangle representing the whole view area.
|
MapViewState.MapViewRectangle |
MapViewState.getViewArea(java.awt.Rectangle rectangle)
Gets a rectangle of the view as map view area.
|
MapViewState.MapViewRectangle |
MapViewState.MapViewPoint.rectTo(MapViewState.MapViewPoint other)
Create a rectangle from this to the other point.
|
| Modifier and Type | Field and Description |
|---|---|
private MapViewState.MapViewRectangle |
MapViewGraphics.clipBounds |
| Modifier and Type | Method and Description |
|---|---|
MapViewState.MapViewRectangle |
MapViewGraphics.getClipBounds()
Gets the clip bounds for this graphics instance.
|
| Constructor and Description |
|---|
MapViewGraphics(MapView mapView,
java.awt.Graphics2D graphics,
MapViewState.MapViewRectangle clipBounds)
Constructs a new
MapViewGraphics. |