Klasse java.awt.Robot | 1.3 |
java.lang.Object | +--java.awt.Robot
Konstruktoren | |
---|---|
public | Robot() |
public | Robot(GraphicsDevice screen) |
Methoden | |
---|---|
public synchronized BufferedImage | createScreenCapture(Rectangle screenRect) |
public synchronized void | delay(int ms) |
public synchronized int | getAutoDelay() |
public synchronized Color | getPixelColor(int x, int y) |
public synchronized boolean | isAutoWaitForIdle() |
public synchronized void | keyPress(int keycode) |
public synchronized void | keyRelease(int keycode) |
public synchronized void | mouseMove(int x, int y) |
public synchronized void | mousePress(int buttons) |
public synchronized void | mouseRelease(int buttons) |
public synchronized void | mouseWheel(int wheelAmt) ![]() |
public synchronized void | setAutoDelay(int ms) |
public synchronized void | setAutoWaitForIdle(boolean isOn) |
public synchronized String | toString() |
public synchronized void | waitForIdle() |