Uses of Enum Class
com.hp.lft.sdk.uiapro.ScrollAmount
Packages that use ScrollAmount
-
Uses of ScrollAmount in com.hp.lft.sdk.uiapro
Methods in com.hp.lft.sdk.uiapro that return ScrollAmountModifier and TypeMethodDescriptionstatic ScrollAmountReturns the enum constant of this class with the specified name.static ScrollAmount[]ScrollAmount.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.uiapro with parameters of type ScrollAmountModifier and TypeMethodDescriptionvoidScrollPattern.scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount) Scrolls the visible region of the content area horizontally and vertically.voidScrollPattern.scrollHorizontal(ScrollAmount horizontalAmount) Scrolls the visible region of the content area horizontally.voidScrollPattern.scrollVertical(ScrollAmount verticalAmount) Scrolls the visible region of the content area vertically.