| Package | Description |
|---|---|
| org.openstreetmap.josm | |
| org.openstreetmap.josm.actions | |
| org.openstreetmap.josm.gui | |
| org.openstreetmap.josm.io.session |
| Modifier and Type | Method and Description |
|---|---|
void |
Main.addLayer(Layer layer,
ViewportData viewport)
Add a new layer to the map.
|
void |
Main.createMapFrame(Layer firstLayer,
ViewportData viewportData) |
| Modifier and Type | Field and Description |
|---|---|
private ViewportData |
SessionLoadAction.Loader.viewport |
| Modifier and Type | Field and Description |
|---|---|
protected ViewportData |
NavigatableComponent.initialViewport |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigatableComponent.zoomTo(ViewportData viewport) |
| Constructor and Description |
|---|
MapFrame(javax.swing.JPanel contentPane,
ViewportData viewportData)
Constructs a new
MapFrame. |
MapView(javax.swing.JPanel contentPane,
ViewportData viewportData)
Constructs a new
MapView. |
| Modifier and Type | Field and Description |
|---|---|
private ViewportData |
SessionReader.viewport |
| Modifier and Type | Method and Description |
|---|---|
ViewportData |
SessionReader.getViewport()
Return the viewport (map position and scale).
|