Package com.sun.j3d.utils.behaviors.vp
Class WandViewBehavior.TranslationListener6D
java.lang.Object
com.sun.j3d.utils.behaviors.sensor.SensorInputAdaptor
com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ListenerBase
com.sun.j3d.utils.behaviors.vp.WandViewBehavior.TranslationListener6D
- All Implemented Interfaces:
SensorButtonListener
,SensorReadListener
- Enclosing class:
- WandViewBehavior
Implements a 6DOF sensor button listener that translates the view
platform along the direction the sensor is pointing.
-
Field Summary
Fields inherited from class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ListenerBase
sensorToTracker, sensorToVworld, trackerToVworld, viewPlatformToVworld
-
Constructor Summary
ConstructorsConstructorDescriptionTranslationListener6D
(boolean reverse) Construct a new translation button listener for a 6DOF sensor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called with each invocation of thedispatchEvents
method ofSensorEventAgent
if any button bound to the listener is down and has not changed state since the last invocation.void
This method is called when a sensor's button is pressed.Methods inherited from class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ListenerBase
conditionViewScale, endAction, getPhysicalToViewPlatformScale, getPhysicalToVirtualScale, initAction, isActive, released, transformAboutCenter, translateTransform
Methods inherited from class com.sun.j3d.utils.behaviors.sensor.SensorInputAdaptor
clicked, read
-
Constructor Details
-
TranslationListener6D
public TranslationListener6D(boolean reverse) Construct a new translation button listener for a 6DOF sensor.- Parameters:
reverse
- if true, translate the view platform backwards; otherwise, translate the view platform forwards
-
-
Method Details
-
pressed
Description copied from interface:SensorButtonListener
This method is called when a sensor's button is pressed.- Specified by:
pressed
in interfaceSensorButtonListener
- Overrides:
pressed
in classWandViewBehavior.ListenerBase
- Parameters:
e
- the sensor event
-
dragged
Description copied from interface:SensorButtonListener
This method is called with each invocation of thedispatchEvents
method ofSensorEventAgent
if any button bound to the listener is down and has not changed state since the last invocation. The sensor value has not necessarily changed from the last drag event.- Specified by:
dragged
in interfaceSensorButtonListener
- Overrides:
dragged
in classSensorInputAdaptor
- Parameters:
e
- the sensor event
-