|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.j3d.utils.behaviors.sensor.SensorInputAdaptor
com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ListenerBase
com.sun.j3d.utils.behaviors.vp.WandViewBehavior.TranslationListener6D
public class WandViewBehavior.TranslationListener6D
Implements a 6DOF sensor button listener that translates the view platform along the direction the sensor is pointing.
WandViewBehavior.setButtonAction6D(int, int),
WandViewBehavior.setTranslationSpeed(double, int, int),
WandViewBehavior.setAccelerationTime(double),
WandViewBehavior.setConstantSpeedTime(double),
WandViewBehavior.setFastSpeedFactor(double)| Field Summary | |
|---|---|
private long |
buttonDownTime
|
private double |
interval0
|
private double |
interval1
|
private double |
interval2
|
private double |
speedScaled
|
private Vector3d |
v3d
|
| Fields inherited from class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ListenerBase |
|---|
sensorToTracker, sensorToVworld, trackerToVworld, viewPlatformToVworld |
| Constructor Summary | |
|---|---|
WandViewBehavior.TranslationListener6D(boolean reverse)
Construct a new translation button listener for a 6DOF sensor. |
|
| Method Summary | |
|---|---|
void |
dragged(SensorEvent e)
This method is called with each invocation of the dispatchEvents method of SensorEventAgent
if any button bound to the listener is down and has not changed
state since the last invocation. |
void |
pressed(SensorEvent e)
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private long buttonDownTime
private double speedScaled
private double interval0
private double interval1
private double interval2
private Vector3d v3d
| Constructor Detail |
|---|
public WandViewBehavior.TranslationListener6D(boolean reverse)
reverse - if true, translate the view platform backwards;
otherwise, translate the view platform forwards| Method Detail |
|---|
public void pressed(SensorEvent e)
SensorButtonListener
pressed in interface SensorButtonListenerpressed in class WandViewBehavior.ListenerBasee - the sensor eventpublic void dragged(SensorEvent e)
SensorButtonListenerdispatchEvents method of SensorEventAgent
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.
dragged in interface SensorButtonListenerdragged in class SensorInputAdaptore - the sensor event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||