Package edu.uci.ics.jung.visualization3d.control

Class Summary
MouseRotate MouseRotate is a Java3D behavior object that lets users control the rotation of an object via a mouse.
MouseTranslate MouseTranslate is a Java3D behavior object that lets users control the translation (X, Y) of an object via a mouse drag motion with the third mouse button (alt-click on PC).
MouseWheelZoom MouseWheelZoom is a Java3D behavior object that lets users control the Z axis translation of an object via mouse wheel.
MouseZoom MouseZoom is a Java3D behavior object that lets users control the Z axis translation of an object via a mouse drag motion with the second mouse button.
PickMouseBehavior Base class that allows users to adding picking and mouse manipulation to the scene graph (see PickDragBehavior for an example of how to extend this base class).
PickRotateBehavior A mouse behavior that allows user to pick and drag scene graph objects.
PickSphereBehavior A mouse behavior that allows user to pick and translate scene graph objects.
PickTranslateBehavior A mouse behavior that allows user to pick and translate scene graph objects.
PickZoomBehavior A mouse behavior that allows user to pick and zoom scene graph objects.
 



Copyright © 2009. All Rights Reserved.