public interface IScreen
Modifier and Type | Method and Description |
---|---|
ScreenImage |
capture() |
ScreenImage |
capture(int x,
int y,
int w,
int h) |
ScreenImage |
capture(Rectangle rect) |
ScreenImage |
capture(Region reg) |
Rectangle |
getBounds() |
int |
getH() |
int |
getID() |
int |
getIdFromPoint(int srcx,
int srcy) |
String |
getIDString() |
String |
getLastScreenImageFile(String path,
String name) |
ScreenImage |
getLastScreenImageFromScreen() |
Rectangle |
getRect() |
IRobot |
getRobot() |
int |
getW() |
int |
getX() |
int |
getY() |
boolean |
isOtherScreen() |
void |
showTarget(Location location) |
String |
toStringShort() |
ScreenImage |
userCapture(String string) |
IRobot getRobot()
Rectangle getBounds()
ScreenImage capture()
ScreenImage capture(int x, int y, int w, int h)
ScreenImage capture(Rectangle rect)
ScreenImage capture(Region reg)
boolean isOtherScreen()
Rectangle getRect()
void showTarget(Location location)
int getID()
String getIDString()
ScreenImage getLastScreenImageFromScreen()
String getLastScreenImageFile(String path, String name) throws IOException
IOException
int getX()
int getW()
int getY()
int getH()
ScreenImage userCapture(String string)
int getIdFromPoint(int srcx, int srcy)
String toStringShort()