Interface PickingCallback


public interface PickingCallback
Deprecated.
As of Java 3D version 1.2, replaced by com.sun.j3d.utils.picking.behaviors.PickingCallback
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated.
    The user made a selection but nothing was actually picked
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Called by the Pick Behavior with which this callback is registered each time the Picked object is moved
  • Field Details

  • Method Details

    • 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