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.sdkMethods in com.hp.lft.sdk that return PositionModifier and TypeMethodDescriptionLocation.getAnchor()Returns the object position from which the offset is taken.static PositionReturns 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 PositionModifier and TypeMethodDescriptionvoidSets the object position from which the offset is taken.Constructors in com.hp.lft.sdk with parameters of type PositionModifierConstructorDescriptionInitializes a new instance of the Location class using the specified object position and an offset (in pixels) of 0,0.Initializes a new instance of the Location class using the specified object position and offset point.