Package | Description |
---|---|
org.scijava.java3d.utils.behaviors.mouse |
Provides mouse navigation utility classes.
|
org.scijava.java3d.utils.behaviors.picking |
Deprecated: Use
org.scijava.java3d.utils.pickfast.behaviors
instead. |
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
Deprecated.
As of Java 3D version 1.2, replaced by
org.scijava.java3d.utils.picking.behaviors.PickRotateBehavior |
class |
PickTranslateBehavior
Deprecated.
As of Java 3D version 1.2, replaced by
org.scijava.java3d.utils.picking.behaviors.PickTranslateBehavior |
class |
PickZoomBehavior
Deprecated.
As of Java 3D version 1.2, replaced by
org.scijava.java3d.utils.picking.behaviors.PickZoomBehavior |
Copyright © 2016–2022 SciJava. All rights reserved.