org.jmol.viewer
Class ActionManager.Mouse

java.lang.Object
  extended by org.jmol.viewer.ActionManager.Mouse
Enclosing class:
ActionManager

protected class ActionManager.Mouse
extends Object


Field Summary
protected  int modifiers
           
protected  long time
           
protected  int x
           
protected  int y
           
 
Constructor Summary
protected ActionManager.Mouse()
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected int x

y

protected int y

modifiers

protected int modifiers

time

protected long time
Constructor Detail

ActionManager.Mouse

protected ActionManager.Mouse()
Method Detail

set

protected void set(long time,
                   int x,
                   int y,
                   int modifiers)

setCurrent

protected void setCurrent()

inRange

public boolean inRange(int x,
                       int y)

check

public boolean check(int x,
                     int y,
                     int modifiers,
                     long time,
                     long delayMax)