| Package | Description |
|---|---|
| org.scijava.java3d.utils.behaviors.mouse |
Provides mouse navigation utility classes.
|
| org.scijava.java3d.utils.pickfast.behaviors |
Provides picking behaviors for the new core picking methods.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
MouseZoom.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.
|
Copyright © 2015. All rights reserved.