Uses of Interface
org.sikuli.api.Location

Packages that use Location
org.sikuli.api Provides the classes necessary to find targets and the classes to create screen regions and locations. 
org.sikuli.api.visual Provides the classes to annotate the screen and display canvases (frames) on a screen region. 
 

Uses of Location in org.sikuli.api
 

Subinterfaces of Location in org.sikuli.api
 interface ScreenLocation
          The ScreenLocation interface provides definitions for the objects that represent a location on any screen coordinate.
 

Classes in org.sikuli.api that implement Location
 class DefaultLocation
          The DefaultLocation class is used to describe a location on the screen coordinate.
 class DefaultScreenLocation
          This class provides manipulation methods that can be used for the default screen location.
 class DesktopScreenLocation
          This DesktopScreenLocation class represents a screen location and its corresponding screen.
 

Uses of Location in org.sikuli.api.visual
 

Methods in org.sikuli.api.visual with parameters of type Location
 StyleBuilder Canvas.addCircle(Location screenLocation, int radius)
          Deprecated. 
 StyleBuilder Canvas.addDot(Location screenLocation)
          Deprecated. 
 StyleBuilder Canvas.addImage(Location screenLocation, BufferedImage image)
          Deprecated. 
 StyleBuilder Canvas.addLabel(Location location, String labelText)
          Deprecated. 
 Element CanvasBuilder.LabelElementPlacementSetter.at(Location p)
           
 Element CanvasBuilder.ElementPointSetter.at(Location p)
           
 



Copyright © 2014. All rights reserved.