org.jmol.viewer
Class ActionManager.MotionPoint

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

protected class ActionManager.MotionPoint
extends Object


Field Summary
(package private)  int index
           
(package private)  long time
           
(package private)  int x
           
(package private)  int y
           
 
Constructor Summary
protected ActionManager.MotionPoint()
           
 
Method Summary
(package private)  void set(int index, int x, int y, long time)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

int index

x

int x

y

int y

time

long time
Constructor Detail

ActionManager.MotionPoint

protected ActionManager.MotionPoint()
Method Detail

set

void set(int index,
         int x,
         int y,
         long time)

toString

public String toString()
Overrides:
toString in class Object