Interface GraphMousePlugin

    • Method Detail

      • getModifiersEx

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

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

        default boolean checkModifiers​(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