Uses of Class
mgui.interfaces.maps.Map3D
Package | Description |
---|---|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.tools |
Provides a framework for "tool" objects, which allow the user to modify or
interrogate model objects.
|
-
Uses of Map3D in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as Map3D Modifier and Type Field Description Map3D
InterfaceGraphicTextBox. map3D
Methods in mgui.interfaces.graphics that return Map3D Modifier and Type Method Description Map3D
InterfaceGraphic3D. getMap3D()
-
Uses of Map3D in mgui.interfaces.tools
Fields in mgui.interfaces.tools declared as Map3D Modifier and Type Field Description Map3D
ToolBehavior3DAdapter. theMap
Methods in mgui.interfaces.tools with parameters of type Map3D Modifier and Type Method Description void
ToolBehavior3DAdapter. setMap3D(Map3D m)
Constructors in mgui.interfaces.tools with parameters of type Map3D Constructor Description ToolBehavior3DAdapter(org.jogamp.java3d.Canvas3D c, Map3D map)