Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
Modifier and Type | Method and Description |
---|---|
private BoundingXYVisitor |
AutoScaleAction.getBoundingBox() |
private static BoundingXYVisitor |
AutoScaleAction.modeData(BoundingXYVisitor v) |
private BoundingXYVisitor |
AutoScaleAction.modeDownload(BoundingXYVisitor v) |
private BoundingXYVisitor |
AutoScaleAction.modeLayer(BoundingXYVisitor v) |
private static BoundingXYVisitor |
AutoScaleAction.modeProblem(ValidatorDialog.ValidatorBoundingXYVisitor v) |
private BoundingXYVisitor |
AutoScaleAction.modeSelectionOrConflict(BoundingXYVisitor v) |
Modifier and Type | Method and Description |
---|---|
private static BoundingXYVisitor |
AutoScaleAction.modeData(BoundingXYVisitor v) |
private BoundingXYVisitor |
AutoScaleAction.modeDownload(BoundingXYVisitor v) |
private BoundingXYVisitor |
AutoScaleAction.modeLayer(BoundingXYVisitor v) |
private BoundingXYVisitor |
AutoScaleAction.modeSelectionOrConflict(BoundingXYVisitor v) |
Modifier and Type | Method and Description |
---|---|
void |
NavigatableComponent.zoomTo(BoundingXYVisitor box)
Set the new dimension to the view.
|
Modifier and Type | Class and Description |
---|---|
static class |
ValidatorDialog.ValidatorBoundingXYVisitor
A visitor that is used to compute the bounds of an error.
|
Modifier and Type | Method and Description |
---|---|
void |
OsmDataLayer.visitBoundingBox(BoundingXYVisitor v) |
void |
NoteLayer.visitBoundingBox(BoundingXYVisitor v) |
void |
GpxLayer.visitBoundingBox(BoundingXYVisitor v) |
void |
ValidatorLayer.visitBoundingBox(BoundingXYVisitor v) |
void |
AbstractTileSourceLayer.visitBoundingBox(BoundingXYVisitor v) |
abstract void |
Layer.visitBoundingBox(BoundingXYVisitor v)
Visits the content bounds of this layer.
|
Modifier and Type | Method and Description |
---|---|
void |
GeoImageLayer.visitBoundingBox(BoundingXYVisitor v) |
Modifier and Type | Method and Description |
---|---|
void |
MarkerLayer.visitBoundingBox(BoundingXYVisitor v) |