public interface GraphMousePlugin
Modifier and Type | Method and Description |
---|---|
boolean |
checkModifiers(MouseEvent e)
compare the set modifiers against those of the supplied event
|
int |
getModifiers()
return the mouse event modifiers that will activate this plugin
|
void |
setModifiers(int modifiers)
set the mouse event modifiers that will activate this plugin
|
int getModifiers()
void setModifiers(int modifiers)
modifiers
- boolean checkModifiers(MouseEvent e)
e
- an event to compare toCopyright © 2015. All rights reserved.