Uses of Enum
com.evopdf.GradientDirection
-
Uses of GradientDirection in com.evopdf
Methods in com.evopdf 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.evopdf with parameters of type GradientDirectionModifier and TypeMethodDescriptionvoid
GradientColor.setGradientDirection
(GradientDirection gradientDirection) Sets the gradient directionConstructors in com.evopdf with parameters of type GradientDirectionModifierConstructorDescriptionGradientColor
(GradientDirection direction, RgbColor start, RgbColor end) Gradient constructor