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.createMapFrame(Layer firstLayer,
ViewportData viewportData) |
Modifier and Type | Field and Description |
---|---|
private ViewportData |
SessionLoadAction.Loader.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).
|