Uses of Class
org.sikuli.api.Relative.RelativeScreenLocationBuilder

Packages that use Relative.RelativeScreenLocationBuilder
org.sikuli.api Provides the classes necessary to find targets and the classes to create screen regions and locations. 
 

Uses of Relative.RelativeScreenLocationBuilder in org.sikuli.api
 

Methods in org.sikuli.api that return Relative.RelativeScreenLocationBuilder
 Relative.RelativeScreenLocationBuilder Relative.RelativeScreenLocationBuilder.above(int amount)
          Returns a new RelativeScreenLocationBuilder object that is above this ScreenLocation by the specified amount.
 Relative.RelativeScreenLocationBuilder Relative.RelativeScreenLocationBuilder.below(int amount)
          Returns a new RelativeScreenLocationBuilder object that is below this ScreenLocation by the specified amount.
 Relative.RelativeScreenLocationBuilder Relative.RelativeScreenRegionBuilder.bottomCenter()
          Returns a new RelativeScreenLocationBuilder object that corresponds to the bottom-center of this ScreenRegion.
 Relative.RelativeScreenLocationBuilder Relative.RelativeScreenRegionBuilder.bottomLeft()
          Returns a new RelativeScreenLocationBuilder object that corresponds to the bottom-left corner of this ScreenRegion.
 Relative.RelativeScreenLocationBuilder Relative.RelativeScreenRegionBuilder.bottomRight()
          Returns a new RelativeScreenLocationBuilder object that corresponds to the bottom-right corner of this ScreenRegion.
 Relative.RelativeScreenLocationBuilder Relative.RelativeScreenRegionBuilder.center()
          Returns a new RelativeScreenLocationBuilder object that corresponds to the center of this ScreenRegion.
 Relative.RelativeScreenLocationBuilder Relative.RelativeScreenLocationBuilder.left(int amount)
          Returns a new RelativeScreenLocationBuilder object relative to the left of this ScreenLocation by the specified amount.
 Relative.RelativeScreenLocationBuilder Relative.RelativeScreenRegionBuilder.middleLeft()
          Returns a new RelativeScreenLocationBuilder object that corresponds to the middle-left location of this ScreenRegion.
 Relative.RelativeScreenLocationBuilder Relative.RelativeScreenRegionBuilder.middleRight()
          Returns a new RelativeScreenLocationBuilder object that corresponds to the middle-right location of this ScreenRegion.
 Relative.RelativeScreenLocationBuilder Relative.RelativeScreenLocationBuilder.right(int amount)
          Returns a new RelativeScreenLocationBuilder object relative to the right of this ScreenLocation by the specified amount.
static Relative.RelativeScreenLocationBuilder Relative.to(ScreenLocation screenLocation)
          Returns a new RelativeScreenLocationBuilder object using the specified ScreenLocation object.
 Relative.RelativeScreenLocationBuilder Relative.RelativeScreenRegionBuilder.topCenter()
          Returns a new RelativeScreenLocationBuilder object that corresponds to the top-center of this ScreenRegion.
 Relative.RelativeScreenLocationBuilder Relative.RelativeScreenRegionBuilder.topLeft()
          Returns a new RelativeScreenLocationBuilder object that corresponds to the top-left corner of this ScreenRegion.
 Relative.RelativeScreenLocationBuilder Relative.RelativeScreenRegionBuilder.topRight()
          Returns a new RelativeScreenLocationBuilder object that corresponds to the top-right corner of this ScreenRegion.
 



Copyright © 2014. All rights reserved.