org.sikuli.script
Interface IScreen
- All Known Implementing Classes:
- Screen, UnionScreen
public interface IScreen
getRobot
IRobot getRobot()
getBounds
Rectangle getBounds()
newRegion
Region newRegion(Rectangle rect)
capture
ScreenImage capture()
capture
ScreenImage capture(int x,
int y,
int w,
int h)
capture
ScreenImage capture(Rectangle rect)
capture
ScreenImage capture(Region reg)
showMove
void showMove(Location loc)
showClick
void showClick(Location loc)
showTarget
void showTarget(Location loc)
showDropTarget
void showDropTarget(Location loc)