| java.lang.Object sun.awt.RobotHelper sun.awt.qt.QtRobotHelper
Method Summary | |
public void | doKeyAction(int keySym, boolean pressed) | native public void | doKeyActionNative(int keySym, boolean pressed) | native public void | doKeyActionOnWidget(int KeySym, int widgetType, boolean pressed) | public void | doMouseAction(int x, int y, int buttons, boolean pressed) | native public void | doMouseActionNative(int x, int y, int buttons, boolean pressed) | native int | getPixel(int x, int y) | public Color | getPixelColor(int x, int y) | public void | getPixels(int pixelArray, int x, int y, int width, int height) | native public void | getPixelsNative(int pixelArray, int x, int y, int width, int height) | public BufferedImage | getScreenImage(Rectangle screenRect) | native public static void | init() |
doKeyAction | public void doKeyAction(int keySym, boolean pressed)(Code) | | |
doKeyActionNative | native public void doKeyActionNative(int keySym, boolean pressed)(Code) | | |
doKeyActionOnWidget | native public void doKeyActionOnWidget(int KeySym, int widgetType, boolean pressed)(Code) | | |
doMouseAction | public void doMouseAction(int x, int y, int buttons, boolean pressed)(Code) | | |
doMouseActionNative | native public void doMouseActionNative(int x, int y, int buttons, boolean pressed)(Code) | | |
getPixel | native int getPixel(int x, int y)(Code) | | |
getPixelColor | public Color getPixelColor(int x, int y)(Code) | | |
getPixels | public void getPixels(int pixelArray, int x, int y, int width, int height)(Code) | | |
getPixelsNative | native public void getPixelsNative(int pixelArray, int x, int y, int width, int height)(Code) | | |
init | native public static void init()(Code) | | |
|
|