Uses of Enum
com.winnovative_software.GradientDirection
-
Uses of GradientDirection in com.winnovative_software
Methods in com.winnovative_software that return GradientDirectionModifier and TypeMethodDescriptionGradientColor.gradientDirection()
Gets the gradient directionstatic GradientDirection
Returns the enum constant of this type with the specified name.static GradientDirection[]
GradientDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.winnovative_software with parameters of type GradientDirectionModifier and TypeMethodDescriptionvoid
GradientColor.setGradientDirection
(GradientDirection gradientDirection) Sets the gradient directionConstructors in com.winnovative_software with parameters of type GradientDirectionModifierConstructorDescriptionGradientColor
(GradientDirection direction, RgbColor start, RgbColor end) Gradient constructor