Package com.sun.j3d.utils.behaviors.vp
Class WandViewBehavior.ScaleListener6D
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.ScaleListener6D
- All Implemented Interfaces:
SensorButtonListener,SensorReadListener
- Enclosing class:
- WandViewBehavior
Implements a 6DOF sensor button listener that scales the view platform.
The center of scaling can be the sensor hotspot or a fixed location in
virtual world coordinates.
-
Field Summary
Fields inherited from class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ListenerBase
sensorToTracker, sensorToVworld, trackerToVworld, viewPlatformToVworld -
Constructor Summary
ConstructorsConstructorDescriptionScaleListener6D(boolean reverse) Construct a new scale button listener for a 6DOF sensor. -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called with each invocation of thedispatchEventsmethod ofSensorEventAgentif any button bound to the listener is down and has not changed state since the last invocation.protected voidEnds the action.voidThis method is called when a sensor's button is pressed.Methods inherited from class com.sun.j3d.utils.behaviors.vp.WandViewBehavior.ListenerBase
conditionViewScale, getPhysicalToViewPlatformScale, getPhysicalToVirtualScale, initAction, isActive, released, transformAboutCenter, translateTransformMethods inherited from class com.sun.j3d.utils.behaviors.sensor.SensorInputAdaptor
clicked, read
-
Constructor Details
-
ScaleListener6D
public ScaleListener6D(boolean reverse) Construct a new scale button listener for a 6DOF sensor.- Parameters:
reverse- if true, scale the view platform smaller; otherwise, scale the view platform larger
-
-
Method Details
-
endAction
Description copied from class:WandViewBehavior.ListenerBaseEnds the action. Subclasses must be call this fromreleasedor when a 2D valuator enters the deadzone threshold.- Overrides:
endActionin classWandViewBehavior.ListenerBase- Parameters:
s- reference to a 6DOF sensor if used by the listener; may benull
-
pressed
Description copied from interface:SensorButtonListenerThis method is called when a sensor's button is pressed.- Specified by:
pressedin interfaceSensorButtonListener- Overrides:
pressedin classWandViewBehavior.ListenerBase- Parameters:
e- the sensor event
-
dragged
Description copied from interface:SensorButtonListenerThis method is called with each invocation of thedispatchEventsmethod ofSensorEventAgentif 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:
draggedin interfaceSensorButtonListener- Overrides:
draggedin classSensorInputAdaptor- Parameters:
e- the sensor event
-