org.scijava.java3d.utils.picking.behaviors.PickingCallback
public interface PickingCallback
PickingCallback
Modifier and Type | Field and Description |
---|---|
static int |
NO_PICK
Deprecated.
The user made a selection but nothing was
actually picked
|
static int |
ROTATE
Deprecated.
|
static int |
TRANSLATE
Deprecated.
|
static int |
ZOOM
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
transformChanged(int type,
TransformGroup tg)
Deprecated.
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.