Interface NavControl.NavControlModel

  • Enclosing class:
    NavControl

    public static interface NavControl.NavControlModel
    • Method Detail

      • getCurrentAngle

        double getCurrentAngle()
      • handleRotate

        void handleRotate​(double rotationAngle)
      • handleMove

        void handleMove​(double moveDirX,
                        double moveDirY)
      • handleScale

        void handleScale​(double scaleDir)