Interface Shape.MoveListener

  • Enclosing class:
    Shape

    public static interface Shape.MoveListener
    Shape move listener
    • Method Detail

      • run

        void run​(Shape s,
                 com.jogamp.math.Vec3f origin,
                 com.jogamp.math.Vec3f dest,
                 MouseEvent e)
        Move callback
        Parameters:
        s - the moved shape
        origin - original position, relative object coordinates to the associated Shape
        dest - new position, relative object coordinates to the associated Shape
        e - original Newt MouseEvent