Modifier and Type | Field and Description |
---|---|
static MapFrame |
Main.map
The MapFrame.
|
Modifier and Type | Method and Description |
---|---|
void |
Main.setMapFrame(MapFrame map)
Set or clear (if passed
null ) the map. |
Modifier and Type | Method and Description |
---|---|
void |
AutoScaleAction.MapFrameAdapter.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame) |
Constructor and Description |
---|
AddNoteAction(MapFrame mapFrame,
NoteData data)
Construct a new map mode.
|
DeleteAction(MapFrame mapFrame)
Construct a new DeleteAction.
|
DrawAction(MapFrame mapFrame) |
ExtrudeAction(MapFrame mapFrame)
Creates a new ExtrudeAction
|
ImproveWayAccuracyAction(MapFrame mapFrame)
Constructs a new
ImproveWayAccuracyAction . |
MapMode(java.lang.String name,
java.lang.String iconName,
java.lang.String tooltip,
MapFrame mapFrame,
java.awt.Cursor cursor)
Constructor for mapmodes with an menu (no shortcut will be registered)
|
MapMode(java.lang.String name,
java.lang.String iconName,
java.lang.String tooltip,
Shortcut shortcut,
MapFrame mapFrame,
java.awt.Cursor cursor)
Constructor for mapmodes without an menu
|
ParallelWayAction(MapFrame mapFrame) |
SelectAction(MapFrame mapFrame)
Create a new SelectAction
|
ZoomAction(MapFrame mapFrame)
Construct a ZoomAction without a label.
|
Modifier and Type | Field and Description |
---|---|
private MapFrame |
MapStatus.Collector.parent |
Modifier and Type | Method and Description |
---|---|
void |
MapFrameListener.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame)
Called after Main.mapFrame is initalized.
|
Constructor and Description |
---|
MapStatus.Collector(MapFrame parent) |
MapStatus(MapFrame mapFrame)
Construct a new MapStatus and attach it to the map view.
|
Modifier and Type | Method and Description |
---|---|
static void |
LayerListDialog.createInstance(MapFrame mapFrame)
Creates the instance of the dialog.
|
Constructor and Description |
---|
LayerListDialog(MapFrame mapFrame)
Creates a layer list and attach it to the given mapView.
|
Modifier and Type | Method and Description |
---|---|
void |
Plugin.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame) |
void |
PluginProxy.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame) |