public interface GraphMousePlugin
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkModifiers(java.awt.event.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(java.awt.event.MouseEvent e)
e - an event to compare to