java.awt.peer
public interface RobotPeer
Method Summary | |
---|---|
int | getRGBPixel(int x, int y) |
int[] | getRGBPixels(Rectangle screen) |
void | keyPress(int keycode) |
void | keyRelease(int keycode) |
void | mouseMove(int x, int y) |
void | mousePress(int buttons) |
void | mouseRelease(int buttons) |
void | mouseWheel(int wheelAmt) |