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 ScrollAmount
Returns 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 TypeMethodDescriptionvoid
ScrollPattern.scroll
(ScrollAmount horizontalAmount, ScrollAmount verticalAmount) Scrolls the visible region of the content area horizontally and vertically.void
ScrollPattern.scrollHorizontal
(ScrollAmount horizontalAmount) Scrolls the visible region of the content area horizontally.void
ScrollPattern.scrollVertical
(ScrollAmount verticalAmount) Scrolls the visible region of the content area vertically.