Uses of Interface
javax.media.ding3d.utils.behaviors.mouse.MouseBehaviorCallback

Packages that use MouseBehaviorCallback
javax.media.ding3d.utils.behaviors.mouse Provides mouse navigation utility classes. 
javax.media.ding3d.utils.pickfast.behaviors Provides picking behaviors for the new core picking methods. 
 

Uses of MouseBehaviorCallback in javax.media.ding3d.utils.behaviors.mouse
 

Methods in javax.media.ding3d.utils.behaviors.mouse with parameters of type MouseBehaviorCallback
 void MouseZoom.setupCallback(MouseBehaviorCallback callback)
          The transformChanged method in the callback class will be called every time the transform is updated
 void MouseWheelZoom.setupCallback(MouseBehaviorCallback callback)
          The transformChanged method in the callback class will be called every time the transform is updated
 void MouseTranslate.setupCallback(MouseBehaviorCallback callback)
          The transformChanged method in the callback class will be called every time the transform is updated
 void MouseRotate.setupCallback(MouseBehaviorCallback callback)
          The transformChanged method in the callback class will be called every time the transform is updated
 

Uses of MouseBehaviorCallback in javax.media.ding3d.utils.pickfast.behaviors
 

Classes in javax.media.ding3d.utils.pickfast.behaviors that implement MouseBehaviorCallback
 class PickRotateBehavior
          A mouse behavior that allows user to pick and rotate scene graph objects.
 class PickTranslateBehavior
          A mouse behavior that allows user to pick and translate scene graph objects.
 class PickZoomBehavior
          A mouse behavior that allows user to pick and zoom scene graph objects.