Package | Description |
---|---|
desmoj.extensions.visualEvents |
Events having an impact to 3D motion.
|
desmoj.extensions.visualization3d |
Core package of DESMO-J's 3D animation component.
|
Modifier and Type | Method and Description |
---|---|
void |
VisualEventTransmitter.addVisualEventListener(VisualEventListener listener)
Registers a new VisualEventListener to the SpatialMovementManager.
|
void |
VisualEventTransmitter.removeVisualEventListener(VisualEventListener listener)
Removes a registered VisualEventListener.
|
Modifier and Type | Class and Description |
---|---|
class |
VisualizationControl
This class provides the central control unit for the spatial visualization.
|
Modifier and Type | Method and Description |
---|---|
void |
SpatialVis3DModule.registerNewVisualEventListener(VisualEventListener listener)
Registers a customized VisualEventListener to this module.
|