Uses of Enum Class
com.hp.lft.sdk.Position

Packages that use Position
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
  • Uses of Position in com.hp.lft.sdk

    Methods in com.hp.lft.sdk that return Position
    Modifier and Type
    Method
    Description
    Location.getAnchor()
    Returns the object position from which the offset is taken.
    static Position
    Position.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Position[]
    Position.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in com.hp.lft.sdk with parameters of type Position
    Modifier and Type
    Method
    Description
    void
    Location.setAnchor(Position anchor)
    Sets the object position from which the offset is taken.
    Constructors in com.hp.lft.sdk with parameters of type Position
    Modifier
    Constructor
    Description
     
    Initializes a new instance of the Location class using the specified object position and an offset (in pixels) of 0,0.
     
    Location(Position anchor, Point offset)
    Initializes a new instance of the Location class using the specified object position and offset point.