Uses of Interface
org.sikuli.api.Screen

Packages that use Screen
org.sikuli.api Provides the classes necessary to find targets and the classes to create screen regions and locations. 
org.sikuli.api.robot.desktop Provides the classes necessary to simulate desktop user interactions (mouse and keyboard actions). 
 

Uses of Screen in org.sikuli.api
 

Classes in org.sikuli.api that implement Screen
 class StaticImageScreen
          StaticImageScreen class implements a Screen that behaves as if it *always* displays a given image.
 

Methods in org.sikuli.api that return Screen
 Screen ScreenRegion.getScreen()
          Returns a Screen object of this ScreenRegion.
 Screen ScreenLocation.getScreen()
          Returns the screen associated with this screen location.
 Screen DefaultScreenLocation.getScreen()
           
 Screen AbstractScreenRegion.getScreen()
           
 

Methods in org.sikuli.api with parameters of type Screen
 void ScreenRegion.setScreen(Screen screen)
          Sets the Screen of this ScreenRegion to be the specified Screen.
 void ScreenLocation.setScreen(Screen screen)
          Sets the screen associated with this screen location.
 void DefaultScreenLocation.setScreen(Screen screen)
           
 void AbstractScreenRegion.setScreen(Screen screen)
           
 

Constructors in org.sikuli.api with parameters of type Screen
AbstractScreenRegion(Screen screen)
          Constructs a new AbstractScreenRegion object whose Screen is the specified Screen object, and upper-left corner is at (0, 0) in the coordinate space.
AbstractScreenRegion(Screen screen, int x, int y, int width, int height)
          Constructs a new AbstractScreenRegion object.
DefaultScreenLocation(Screen screenRef, int x, int y)
          Constructs a new screen location whose screen is the specified screen (screenRef), and whose (x,y) coordinates are specified by the arguments of the same name.
DefaultScreenRegion(Screen screen)
          Constructs a new DefaultScreenRegion on the specified Screen object whose upper-left corner is at (0, 0) in the coordinate space.
DefaultScreenRegion(Screen screen, int x, int y, int width, int height)
          Constructs a new DefaultScreenRegion object on the specified Screen and region values.
 

Uses of Screen in org.sikuli.api.robot.desktop
 

Classes in org.sikuli.api.robot.desktop that implement Screen
 class DesktopScreen
          The DesktopScreen class defines methods for retrieving properties of the connected screen(s).
 



Copyright © 2014. All rights reserved.