com.sun.j3d.utils.picking.behaviors.PickingCallbackpublic interface PickingCallback
PickingCallback| Modifier and Type | Field | 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 | 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 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.