Uses of Interface
mgui.interfaces.shapes.ShapeModel3DListener
| 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.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
-
Uses of ShapeModel3DListener in mgui.interfaces
Classes in mgui.interfaces that implement ShapeModel3DListener Modifier and Type Class Description classInterfaceDisplayPanelMain interface panel for displaying data graphically.classInterfaceTabbedDisplayPanelThis class extendsInterfaceDisplayPanelin order to provide a tabbed window pane, similar to a typical web browser.classInterfaceWorkspaceA Workspace acts as a container for all data models and graphics windows. -
Uses of ShapeModel3DListener in mgui.interfaces.graphics
Classes in mgui.interfaces.graphics that implement ShapeModel3DListener Modifier and Type Class Description classInterfaceGraphic3DInterface class for Java3D display. -
Uses of ShapeModel3DListener in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes with type parameters of type ShapeModel3DListener Modifier and Type Field Description protected java.util.ArrayList<ShapeModel3DListener>ShapeModel3D. model_listenersMethods in mgui.interfaces.shapes with parameters of type ShapeModel3DListener Modifier and Type Method Description voidShapeModel3D. addModelListener(ShapeModel3DListener s)voidShapeModel3D. removeModelListener(ShapeModel3DListener s)