Interface LayerMotionListener

    • Method Detail

      • mouseEntered

        void mouseEntered​(LayerEvent e)
        Invoked when the mouse enters a layer or figure.
        Parameters:
        e - The event
      • mouseExited

        void mouseExited​(LayerEvent e)
        Invoked when the mouse exits a layer or figure.
        Parameters:
        e - The event
      • mouseMoved

        void mouseMoved​(LayerEvent e)
        Invoked when the mouse moves while over a layer or figure.
        Parameters:
        e - The event