public interface PickingCallback
setupCallback
method.
When the picked object moves, the registered object's
transformChanged
method is invoked.Modifier and Type | Field and Description |
---|---|
static int |
NO_PICK
The user made a selection but nothing was
actually picked
|
static int |
ROTATE |
static int |
TRANSLATE |
static int |
ZOOM |
Modifier and Type | Method and Description |
---|---|
void |
transformChanged(int type,
TransformGroup tg)
Called by the Pick Behavior with which this callback
is registered each time the Picked object is moved
|
static final int ROTATE
static final int TRANSLATE
static final int ZOOM
static final int NO_PICK
void transformChanged(int type, TransformGroup tg)
Copyright © 2016–2022 SciJava. All rights reserved.