Interface PickingCallback


  • public interface PickingCallback
    The PickingCallback interface allows a class to be notified when a picked object is moved. The class that is interested in object movement implements this interface, and the object created with that class is registered with the desired subclass of PickMouseBehavior using the setupCallback method. When the picked object moves, the registered object's transformChanged method is invoked.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int NO_PICK
      The user made a selection but nothing was actually picked
      static int ROTATE  
      static int TRANSLATE  
      static int ZOOM