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 PositionModifier and TypeMethodDescriptionLocation.getAnchor()
Returns the object position from which the offset is taken.static Position
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 PositionModifier and TypeMethodDescriptionvoid
Sets 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.