|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapMode | |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.actions.mapmode | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.gui.layer.markerlayer |
Uses of MapMode in org.openstreetmap.josm.actions |
---|
Subclasses of MapMode in org.openstreetmap.josm.actions | |
---|---|
class |
ImageryAdjustAction
|
class |
LassoModeAction
|
Fields in org.openstreetmap.josm.actions declared as MapMode | |
---|---|
private MapMode |
ImageryAdjustAction.oldMapMode
|
Uses of MapMode in org.openstreetmap.josm.actions.mapmode |
---|
Subclasses of MapMode in org.openstreetmap.josm.actions.mapmode | |
---|---|
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. |
Uses of MapMode in org.openstreetmap.josm.gui |
---|
Fields in org.openstreetmap.josm.gui declared as MapMode | |
---|---|
MapMode |
MapFrame.mapMode
The current mode, this frame operates. |
private MapMode |
MapFrame.mapModeDraw
|
private MapMode |
MapFrame.mapModeZoom
|
Fields in org.openstreetmap.josm.gui with type parameters of type MapMode | |
---|---|
private java.util.Map<Layer,MapMode> |
MapFrame.lastMapMode
|
private java.util.List<MapMode> |
MapFrame.mapModes
|
Methods in org.openstreetmap.josm.gui that return MapMode | |
---|---|
private MapMode |
MapFrame.getLastMapMode(Layer newLayer)
|
Methods in org.openstreetmap.josm.gui with parameters of type MapMode | |
---|---|
protected static void |
MapFrame.fireMapModeChanged(MapMode oldMapMode,
MapMode newMapMode)
|
void |
MapFrame.MapModeChangeListener.mapModeChange(MapMode oldMapMode,
MapMode newMapMode)
|
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. |
Uses of MapMode in org.openstreetmap.josm.gui.layer.markerlayer |
---|
Fields in org.openstreetmap.josm.gui.layer.markerlayer declared as MapMode | |
---|---|
private MapMode |
PlayHeadMarker.oldMode
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |