sun.awt
Class RobotHelper

java.lang.Object
  extended by sun.awt.RobotHelper
Direct Known Subclasses:
QtRobotHelper

public abstract class RobotHelper
extends Object


Constructor Summary
RobotHelper()
           
 
Method Summary
abstract  void doKeyAction(int keycode, boolean pressed)
           
abstract  void doMouseAction(int x, int y, int buttons, boolean pressed)
           
abstract  java.awt.Color getPixelColor(int x, int y)
           
abstract  java.awt.image.BufferedImage getScreenImage(Rectangle screenRect)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotHelper

public RobotHelper()
Method Detail

getScreenImage

public abstract java.awt.image.BufferedImage getScreenImage(Rectangle screenRect)

getPixelColor

public abstract java.awt.Color getPixelColor(int x,
                                             int y)

doMouseAction

public abstract void doMouseAction(int x,
                                   int y,
                                   int buttons,
                                   boolean pressed)

doKeyAction

public abstract void doKeyAction(int keycode,
                                 boolean pressed)