Uses of Class
org.sikuli.api.Target.Ordering

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

Uses of Target.Ordering in org.sikuli.api
 

Methods in org.sikuli.api that return Target.Ordering
 Target.Ordering Target.getOrdering()
          Returns the Ordering of matched targets this Target uses.
 Target.Ordering DefaultTarget.getOrdering()
          Returns the Ordering of matched targets this DefaultTarget uses.
static Target.Ordering Target.Ordering.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Target.Ordering[] Target.Ordering.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sikuli.api with parameters of type Target.Ordering
 void Target.setOrdering(Target.Ordering ordering)
          Sets the ordering of the matched targets.
 void DefaultTarget.setOrdering(Target.Ordering ordering)
          Sets the ordering of the matched targets.
 



Copyright © 2014. All rights reserved.