org.sikuli.script
Interface IScreen

All Known Implementing Classes:
Screen, UnionScreen

public interface IScreen


Method Summary
 ScreenImage capture()
           
 ScreenImage capture(int x, int y, int w, int h)
           
 ScreenImage capture(Rectangle rect)
           
 ScreenImage capture(Region reg)
           
 Rectangle getBounds()
           
 IRobot getRobot()
           
 Region newRegion(Rectangle rect)
           
 void showClick(Location loc)
           
 void showDropTarget(Location loc)
           
 void showMove(Location loc)
           
 void showTarget(Location loc)
           
 

Method Detail

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)