Uses of Class
mgui.interfaces.maps.Map2D
| Package | Description |
|---|---|
| mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
| mgui.interfaces.graphics.util |
Utility classes operating on 2D and 3D graphics objects.
|
| mgui.interfaces.plots.mgui | |
| mgui.morph.sections |
-
Uses of Map2D in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as Map2D Modifier and Type Field Description Map2DInterfaceGraphicTextBox. map2DMap2DInterfaceGraphic2DTextBox. theMapMethods in mgui.interfaces.graphics with parameters of type Map2D Modifier and Type Method Description voidGraphic2DMouseListener. setMap(Map2D thisMap) -
Uses of Map2D in mgui.interfaces.graphics.util
Methods in mgui.interfaces.graphics.util that return Map2D Modifier and Type Method Description Map2DDrawingEngine. getMap()Returns the current Map2D for this drawing engine.Methods in mgui.interfaces.graphics.util with parameters of type Map2D Modifier and Type Method Description voidDrawingEngine. setMap(Map2D thisMap)Constructors in mgui.interfaces.graphics.util with parameters of type Map2D Constructor Description DrawingEngine(Map2D thisMap) -
Uses of Map2D in mgui.interfaces.plots.mgui
Fields in mgui.interfaces.plots.mgui declared as Map2D Modifier and Type Field Description protected Map2DPlotMap2D. graphic_map -
Uses of Map2D in mgui.morph.sections
Constructors in mgui.morph.sections with parameters of type Map2D Constructor Description MorphDrawEngine(Map2D thisMap)