public interface MouseBehaviorCallback
setupCallback method. When the transform changes, the
registered object's transformChanged method is
invoked.| Modifier and Type | Field and Description |
|---|---|
static int |
ROTATE |
static int |
TRANSLATE |
static int |
ZOOM |
| Modifier and Type | Method and Description |
|---|---|
void |
transformChanged(int type,
Transform3D transform)
Classes implementing this interface that are registered with
one of the MouseBehaviors will be called every time the
behavior updates the Transform
|
static final int ROTATE
static final int TRANSLATE
static final int ZOOM
void transformChanged(int type,
Transform3D transform)
type - will be one of ROTATE, TRANSLATE or ZOOMCopyright © 2016–2022 SciJava. All rights reserved.