Package | Description |
---|---|
com.sun.j3d.utils.behaviors.mouse | |
com.sun.j3d.utils.pickfast.behaviors |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
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.
|