com.sun.j3d.utils.behaviors.sensor |
com.sun.j3d.utils.behaviors.sensor
Provides 6DOF sensor behavior classes.
|
Java Source File Name | Type | Comment |
Mouse6DPointerBehavior.java | Class | This class provides basic behavior for a 6DOF mouse sensor. |
SensorBeamEcho.java | Class | A Shape3D representing a beam pointing from the origin of a
sensor's local coordinate system to its hotspot. |
SensorButtonListener.java | Interface | This defines the interface for handling a sensor's button events in
conjunction with a SensorEventAgent instance. |
SensorEvent.java | Class | This class defines the event object that is created by a
SensorEventAgent and passed to registered
SensorReadListener and SensorButtonListener
implementations.
The events passed to the listeners are ephemeral; they are only
valid until the listener has returned. |
SensorEventAgent.java | Class | This class works in conjunction with the SensorButtonListener
and SensorReadListener interfaces to support an event-driven
model of sensor interaction. |
SensorGnomonEcho.java | Class | A Shape3D representing a gnomon pointing along each coordinate
axis. |
SensorInputAdaptor.java | Class | The adaptor which receives sensor button and read events. |
SensorReadListener.java | Interface | This defines the interface for handling a sensor's read events in
conjuction with a SensorEventAgent instance.
The events passed to this listener's methods are ephemeral; they
are only valid until the listener has returned. |