|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsun.awt.RobotHelper
public abstract class RobotHelper
| 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 |
|---|
public RobotHelper()
| Method Detail |
|---|
public abstract java.awt.image.BufferedImage getScreenImage(Rectangle screenRect)
public abstract java.awt.Color getPixelColor(int x,
int y)
public abstract void doMouseAction(int x,
int y,
int buttons,
boolean pressed)
public abstract void doKeyAction(int keycode,
boolean pressed)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||