Uses of Class
mgui.interfaces.maps.Map
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.maps |
Provides a set a maps for use by ModelGUI objects.
|
mgui.interfaces.queries |
Provides querying functionality for interface objects.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.selection |
-
Uses of Map in mgui.interfaces
Methods in mgui.interfaces with parameters of type Map Modifier and Type Method Description void
InterfaceSelectionPanel. setMap(Map mt)
-
Uses of Map in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as Map Modifier and Type Field Description protected Map
InterfaceGraphic. theMap
Map
InterfaceGraphicTextBox. theMap
Methods in mgui.interfaces.graphics that return Map Modifier and Type Method Description Map
InterfaceGraphic. getMap()
Methods in mgui.interfaces.graphics with parameters of type Map Modifier and Type Method Description void
GraphicMouseListener. setMap(Map map)
void
InterfaceGraphic. setMap(Map m)
void
InterfaceGraphic2DTextBox. setMap(Map mt)
void
InterfaceGraphic3D. setMap(Map map)
void
InterfaceGraphicTextBox. setMap(Map m)
-
Uses of Map in mgui.interfaces.maps
Subclasses of Map in mgui.interfaces.maps Modifier and Type Class Description class
Map2D
Maps from a given coordinate system to the screenclass
Map3D
Class to provide an interface for mapping a 3D viewing platform.Constructors in mgui.interfaces.maps with parameters of type Map Constructor Description MapEvent(Map map)
-
Uses of Map in mgui.interfaces.queries
Methods in mgui.interfaces.queries with parameters of type Map Modifier and Type Method Description void
InterfaceQueryPanel. setMap(Map mt)
-
Uses of Map in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type Map Modifier and Type Method Description void
Text2DIntMouseCoords. setMap(Map thisMap)
-
Uses of Map in mgui.interfaces.shapes.selection
Methods in mgui.interfaces.shapes.selection with parameters of type Map Modifier and Type Method Description void
InterfaceSelectionSet. setMap(Map m)