Uses of Package
org.sikuli.api

Packages that use org.sikuli.api
org.sikuli.api Provides the classes necessary to find targets and the classes to create screen regions and locations. 
org.sikuli.api.event Contains the classes for creating visual based events fired when the visual appearance of targets changes. 
org.sikuli.api.robot Interfaces and utilities for mouse and keyboard implementations. 
org.sikuli.api.robot.desktop Provides the classes necessary to simulate desktop user interactions (mouse and keyboard actions). 
org.sikuli.api.visual Provides the classes to annotate the screen and display canvases (frames) on a screen region. 
 

Classes in org.sikuli.api used by org.sikuli.api
AbstractScreenRegion
          AbstractScreenRegion is the abstract base class for all screen region contexts.
DefaultScreenLocation
          This class provides manipulation methods that can be used for the default screen location.
DefaultScreenRegion
          This class provides manipulation methods that can be used by the default screen region.
DefaultTarget
          DefaultTarget is the abstract base class for all targets.
ImageTarget
          An ImageTarget object describes a target using an image.
Location
          The Location interface provides definitions for the objects that represent a location on the screen coordinate.
Region
          The Region interface provides definitions for the objects that represent a Region.
Relative.RelativeScreenLocationBuilder
          A RelativeScreenLocationBuilder represents a copy of the original ScreenLocation.
Relative.RelativeScreenRegionBuilder
          A RelativeScreenRegionBuilder represents a copy of the original ScreenRegion.
Screen
          The Screen interface provides definitions for the objects that represent a Screen.
ScreenLocation
          The ScreenLocation interface provides definitions for the objects that represent a location on any screen coordinate.
ScreenRegion
          The ScreenRegion interface provides definitions for the objects that represent regions of the screen.
Target
          The Target interface allows you to specify what targets to find or wait for and also to specify several control parameters.
Target.Ordering
          Defines a set of constants to use to indicate how multiple targets should be ordered by find functions
 

Classes in org.sikuli.api used by org.sikuli.api.event
ScreenRegion
          The ScreenRegion interface provides definitions for the objects that represent regions of the screen.
Target
          The Target interface allows you to specify what targets to find or wait for and also to specify several control parameters.
 

Classes in org.sikuli.api used by org.sikuli.api.robot
ScreenLocation
          The ScreenLocation interface provides definitions for the objects that represent a location on any screen coordinate.
ScreenRegion
          The ScreenRegion interface provides definitions for the objects that represent regions of the screen.
 

Classes in org.sikuli.api used by org.sikuli.api.robot.desktop
Screen
          The Screen interface provides definitions for the objects that represent a Screen.
ScreenLocation
          The ScreenLocation interface provides definitions for the objects that represent a location on any screen coordinate.
ScreenRegion
          The ScreenRegion interface provides definitions for the objects that represent regions of the screen.
 

Classes in org.sikuli.api used by org.sikuli.api.visual
Location
          The Location interface provides definitions for the objects that represent a location on the screen coordinate.
Region
          The Region interface provides definitions for the objects that represent a Region.
ScreenRegion
          The ScreenRegion interface provides definitions for the objects that represent regions of the screen.
 



Copyright © 2014. All rights reserved.