org.sikuli.script
Class SikuliRobot

java.lang.Object
  extended by java.awt.Robot
      extended by org.sikuli.script.SikuliRobot

public class SikuliRobot
extends Robot


Constructor Summary
SikuliRobot(GraphicsDevice screen)
           
 
Method Summary
 void delay(int ms)
           
 
Methods inherited from class java.awt.Robot
createScreenCapture, getAutoDelay, getPixelColor, isAutoWaitForIdle, keyPress, keyRelease, mouseMove, mousePress, mouseRelease, mouseWheel, setAutoDelay, setAutoWaitForIdle, toString, waitForIdle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SikuliRobot

public SikuliRobot(GraphicsDevice screen)
            throws AWTException
Throws:
AWTException
Method Detail

delay

public void delay(int ms)
Overrides:
delay in class Robot