src
Class RobotReplay

java.lang.Object
  extended by src.RobotReplay

public class RobotReplay
extends java.lang.Object


Field Summary
static java.lang.String AGGREGATE
           
static java.lang.String EXPAND
           
static java.lang.String MOUSE_PRESS
           
static java.lang.String MOUSE_RELEASE
           
 java.awt.Robot robot
           
static java.lang.String SCALE_DOWN
           
static java.lang.String SCALE_UP
           
 
Constructor Summary
RobotReplay()
           
 
Method Summary
 long action(long prevTime, java.lang.String command)
           
 void replay(java.lang.String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

robot

public java.awt.Robot robot

MOUSE_PRESS

public static java.lang.String MOUSE_PRESS

MOUSE_RELEASE

public static java.lang.String MOUSE_RELEASE

SCALE_UP

public static java.lang.String SCALE_UP

SCALE_DOWN

public static java.lang.String SCALE_DOWN

EXPAND

public static java.lang.String EXPAND

AGGREGATE

public static java.lang.String AGGREGATE
Constructor Detail

RobotReplay

public RobotReplay()
Method Detail

replay

public void replay(java.lang.String file)

action

public long action(long prevTime,
                   java.lang.String command)