Interface GraphMousePlugin

    • Method Detail

      • getModifiers

        int getModifiers()
        Returns:
        the mouse event modifiers that will activate this plugin
      • setModifiers

        void setModifiers​(int modifiers)
        Parameters:
        modifiers - the mouse event modifiers that will activate this plugin
      • checkModifiers

        boolean checkModifiers​(java.awt.event.MouseEvent e)
        compare the set modifiers against those of the supplied event
        Parameters:
        e - an event to compare to
        Returns:
        whether the member modifiers match the event modifiers