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 Map2D
InterfaceGraphicTextBox. map2D
Map2D
InterfaceGraphic2DTextBox. theMap
Methods in mgui.interfaces.graphics with parameters of type Map2D Modifier and Type Method Description void
Graphic2DMouseListener. 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 Map2D
DrawingEngine. 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 void
DrawingEngine. 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 Map2D
PlotMap2D. graphic_map
-
Uses of Map2D in mgui.morph.sections
Constructors in mgui.morph.sections with parameters of type Map2D Constructor Description MorphDrawEngine(Map2D thisMap)