Uses of Enum Class
com.hp.lft.sdk.java.SliderOrientation
Packages that use SliderOrientation
- 
Uses of SliderOrientation in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return SliderOrientationModifier and TypeMethodDescriptionSlider.getOrientation()Returns the orientation of the slider.SliderDescription.getOrientation()Returns the orientation of the slider.static SliderOrientationReturns the enum constant of this class with the specified name.static SliderOrientation[]SliderOrientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.java with parameters of type SliderOrientationModifier and TypeMethodDescriptionSliderDescription.Init.orientation(SliderOrientation orientation) Initializes the orientation of the slider.voidSliderDescription.setOrientation(SliderOrientation orientation) Sets the orientation of the slider.