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() |
void |
setModifiers(int modifiers) |
int getModifiers()
void setModifiers(int modifiers)
modifiers - the mouse event modifiers that will activate this pluginboolean checkModifiers(MouseEvent e)
e - an event to compare toCopyright © 2016. All rights reserved.