Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map modes . |
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
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 | Class and Description |
---|---|
class |
ImageryAdjustAction
Adjust the position of an imagery layer.
|
class |
LassoModeAction
Lasso selection mode: select objects within a hand-drawn region.
|
Modifier and Type | Field and Description |
---|---|
private MapMode |
ImageryAdjustAction.oldMapMode |
Modifier and Type | Class and Description |
---|---|
class |
AddNoteAction
Map mode to add a new note.
|
class |
DeleteAction
A map mode that enables the user to delete nodes and other objects.
|
class |
DrawAction
Mapmode to add nodes, create and extend ways.
|
class |
ExtrudeAction
Makes a rectangle from a line, or modifies a rectangle.
|
class |
ImproveWayAccuracyAction |
class |
ParallelWayAction
MapMode for making parallel ways.
|
class |
PlayHeadDragMode
Singleton marker class to track position of audio.
|
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 |
---|---|
MapMode |
MapFrame.mapMode
The current mode, this frame operates.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Layer,MapMode> |
MapFrame.lastMapMode |
private java.util.List<MapMode> |
MapFrame.mapModes |
Modifier and Type | Method and Description |
---|---|
private MapMode |
MapFrame.getLastMapMode(Layer newLayer) |
Modifier and Type | Method and Description |
---|---|
protected static void |
MapFrame.fireMapModeChanged(MapMode oldMapMode,
MapMode newMapMode) |
void |
MapFrame.MapModeChangeListener.mapModeChange(MapMode oldMapMode,
MapMode newMapMode)
Trigerred when map mode changes.
|
boolean |
MapFrame.selectMapMode(MapMode newMapMode)
Change the operating map mode for the view.
|
boolean |
MapFrame.selectMapMode(MapMode newMapMode,
Layer newLayer)
Another version of the selectMapMode for changing layer action.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.List<MapMode> |
GeoImageLayer.supportedMapModes |
Modifier and Type | Method and Description |
---|---|
private static boolean |
GeoImageLayer.isSupportedMapMode(MapMode mapMode)
Determines if the functionality of this layer is available in
the specified map mode.
|
static void |
GeoImageLayer.registerSupportedMapMode(MapMode mapMode)
Registers a map mode for which the functionality of this layer should be available.
|
Modifier and Type | Field and Description |
---|---|
private MapMode |
PlayHeadMarker.oldMode |