| 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 | Class and Description | 
|---|---|
class  | 
AttachEvent
The AttachEvent indicates that a MovableSpatialObject is attached to an other. 
 | 
class  | 
CreateVisibleObjectEvent
This event occurs when a SpatialObject (or MovableSpatialObject) is created. 
 | 
class  | 
DetachEvent
The AttachEvent indicates that a MovableSpatialObject is detached. 
 | 
class  | 
MoveEvent
The MoveEvent indicates the event when a SpatialObject is be moving or a new position is set. 
 | 
class  | 
MovementInterruptEvent
A MovementInterruptEvent indicates that a MovabelSpatialSimProcess's movement has been interrupted. 
 | 
class  | 
RemoveEvent
A RemoveEvent indicates that a SpatialObject isn't needed anymore. 
 | 
class  | 
RotateEvent
The RotationEvent indicates the event when a SpatialObject is be rotated or a new angle is set. 
 | 
class  | 
RotationInterruptEvent
A RotationInterruptEvent indicates that a MovabelSpatialSimProcess's rotation has been interrupted. 
 | 
class  | 
SetOrientationEvent
This is an event which signals the reset of the rotation by an object. 
 | 
class  | 
SetPositionEvent
This event indicates the setting of a new position for a SpatialObject. 
 | 
class  | 
SetVisibleEvent
This event sets the visibility of the visible representation of an
 object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VisualEventTransmitter.fireVisualEvent(VisualEvent evt)
Fires a VisualEvent. 
 | 
void | 
VisualEventListener.visualEventReceived(VisualEvent evt)
Invoked when a VisualEvent occurred. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SpatialVis3DModule.handleEvent(VisualEvent event)  | 
void | 
VisualModule.handleEvent(VisualEvent event)
Handle the received event. 
 | 
void | 
VisualizationControl.visualEventReceived(VisualEvent evt)  |