Package | Description |
---|---|
org.openstreetmap.josm.actions.mapmode | |
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectAction
Move is an action that can move all kind of OsmPrimitives (except keys for now).
|
class |
ZoomAction
Enable the zoom mode within the MapFrame.
|
Modifier and Type | Field and Description |
---|---|
private SelectionManager.SelectionEnded |
SelectionManager.selectionEndedListener
The listener that receives the events after left mouse button is released.
|
Constructor and Description |
---|
SelectionManager(SelectionManager.SelectionEnded selectionEndedListener,
boolean aspectRatio,
NavigatableComponent navComp)
Create a new SelectionManager.
|