Interface MouseBehaviorCallback

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ROTATE  
      static int TRANSLATE  
      static int ZOOM  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void transformChanged​(int type, Transform3D transform)
      Classes implementing this interface that are registered with one of the MouseBehaviors will be called every time the behavior updates the Transform
    • Method Detail

      • transformChanged

        void transformChanged​(int type,
                              Transform3D transform)
        Classes implementing this interface that are registered with one of the MouseBehaviors will be called every time the behavior updates the Transform
        Parameters:
        type - will be one of ROTATE, TRANSLATE or ZOOM