public interface IScreen
Modifier and Type | Method and Description |
---|---|
ScreenImage |
capture() |
ScreenImage |
capture(int x,
int y,
int w,
int h) |
ScreenImage |
capture(java.awt.Rectangle rect) |
ScreenImage |
capture(Region reg) |
java.awt.Rectangle |
getBounds() |
IRobot |
getRobot() |
Region |
newRegion(java.awt.Rectangle rect) |
void |
showClick(Location loc) |
void |
showDropTarget(Location loc) |
void |
showMove(Location loc) |
void |
showTarget(Location loc) |
IRobot getRobot()
java.awt.Rectangle getBounds()
Region newRegion(java.awt.Rectangle rect)
ScreenImage capture()
ScreenImage capture(int x, int y, int w, int h)
ScreenImage capture(java.awt.Rectangle rect)
ScreenImage capture(Region reg)
void showMove(Location loc)
void showClick(Location loc)
void showTarget(Location loc)
void showDropTarget(Location loc)