Interface PickingCallback
-
public interface PickingCallback
Deprecated.As of Java 3D version 1.2, replaced bycom.sun.j3d.utils.picking.behaviors.PickingCallback
- See Also:
PickingCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods 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
-
-
-
Field Detail
-
ROTATE
static final int ROTATE
Deprecated.- See Also:
- Constant Field Values
-
TRANSLATE
static final int TRANSLATE
Deprecated.- See Also:
- Constant Field Values
-
ZOOM
static final int ZOOM
Deprecated.- See Also:
- Constant Field Values
-
NO_PICK
static final int NO_PICK
Deprecated.The user made a selection but nothing was actually picked- See Also:
- Constant Field Values
-
-
Method Detail
-
transformChanged
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
-
-