final class SWTRobot extends Robot
MOUSE_LEFT_BTN, MOUSE_MIDDLE_BTN, MOUSE_RIGHT_BTN
Constructor and Description |
---|
SWTRobot() |
Modifier and Type | Method and Description |
---|---|
protected void |
_create() |
protected void |
_destroy() |
protected int |
_getMouseX() |
protected int |
_getMouseY() |
protected int |
_getPixelColor(int x,
int y) |
protected Pixels |
_getScreenCapture(int x,
int y,
int width,
int height,
boolean isHiDPI) |
private void |
_getScreenCapture(int x,
int y,
int width,
int height,
int[] data) |
protected void |
_keyPress(int code) |
protected void |
_keyRelease(int code) |
protected void |
_mouseMove(int x,
int y) |
protected void |
_mousePress(int buttons) |
protected void |
_mouseRelease(int buttons) |
protected void |
_mouseWheel(int wheelAmt) |
destroy, getMouseX, getMouseY, getPixelColor, getScreenCapture, getScreenCapture, keyPress, keyRelease, mouseMove, mousePress, mouseRelease, mouseWheel
protected void _keyRelease(int code)
_keyRelease
in class Robot
protected void _mouseMove(int x, int y)
_mouseMove
in class Robot
protected void _mousePress(int buttons)
_mousePress
in class Robot
protected void _mouseRelease(int buttons)
_mouseRelease
in class Robot
protected void _mouseWheel(int wheelAmt)
_mouseWheel
in class Robot
protected int _getMouseX()
_getMouseX
in class Robot
protected int _getMouseY()
_getMouseY
in class Robot
protected int _getPixelColor(int x, int y)
_getPixelColor
in class Robot
private void _getScreenCapture(int x, int y, int width, int height, int[] data)
protected Pixels _getScreenCapture(int x, int y, int width, int height, boolean isHiDPI)
_getScreenCapture
in class Robot