com.sun.j3d.utils.behaviors.picking
Interface PickingCallback
- public interface PickingCallback
Field Summary |
static int |
NO_PICK
The user made a selection but nothing was
actually picked |
static int |
ROTATE
|
static int |
TRANSLATE
|
static int |
ZOOM
|
Method Summary |
void |
transformChanged(int type,
TransformGroup tg)
Called by the Pick Behavior with which this callback
is registered each time the Picked object is moved |
ROTATE
public static final int ROTATE
TRANSLATE
public static final int TRANSLATE
ZOOM
public static final int ZOOM
NO_PICK
public static final int NO_PICK
- The user made a selection but nothing was
actually picked
transformChanged
public void transformChanged(int type,
TransformGroup tg)
- Called by the Pick Behavior with which this callback
is registered each time the Picked object is moved