| Package | Description |
|---|---|
| org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
| org.openstreetmap.josm.io.session |
Provides the classes for user sessions import/export.
|
| Modifier and Type | Field and Description |
|---|---|
protected ViewportData |
NavigatableComponent.initialViewport |
| Modifier and Type | Method and Description |
|---|---|
void |
MapView.scheduleZoomTo(ViewportData viewportData)
Schedule a zoom to the given position on the next redraw.
|
void |
NavigatableComponent.zoomTo(ViewportData viewport)
Zoom to given viewport data.
|
| Constructor and Description |
|---|
MapFrame(ViewportData viewportData)
Constructs a new
MapFrame. |
MapView(MainLayerManager layerManager,
ViewportData viewportData)
Constructs a new
MapView. |
| Modifier and Type | Method and Description |
|---|---|
ViewportData |
SessionReader.SessionViewportData.getEastNorthViewport(Projection proj)
Convert this viewport data to a
ViewportData object (with projected coordinates). |