org.jmol.viewer
Class ActionManager.Mouse
java.lang.Object
org.jmol.viewer.ActionManager.Mouse
- Enclosing class:
- ActionManager
protected class ActionManager.Mouse
- extends java.lang.Object
Field Summary |
protected int |
modifiers
|
protected long |
time
|
protected int |
x
|
protected int |
y
|
Method Summary |
boolean |
check(int x,
int y,
int modifiers,
long time,
long delayMax)
|
boolean |
inRange(int x,
int y)
|
protected void |
set(long time,
int x,
int y,
int modifiers)
|
protected void |
setCurrent(int why)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
protected int x
y
protected int y
modifiers
protected int modifiers
time
protected long time
ActionManager.Mouse
protected ActionManager.Mouse(int type)
- Parameters:
type
- -- for debugging
set
protected void set(long time,
int x,
int y,
int modifiers)
setCurrent
protected void setCurrent(int why)
- Parameters:
why
- - for debugging purposes
inRange
public boolean inRange(int x,
int y)
check
public boolean check(int x,
int y,
int modifiers,
long time,
long delayMax)