Uses of Enum
com.itextpdf.kernel.colors.gradients.GradientColorStop.HintOffsetType
Packages that use GradientColorStop.HintOffsetType
-
Uses of GradientColorStop.HintOffsetType in com.itextpdf.kernel.colors.gradients
Fields in com.itextpdf.kernel.colors.gradients declared as GradientColorStop.HintOffsetTypeModifier and TypeFieldDescriptionprivate GradientColorStop.HintOffsetType
GradientColorStop.hintOffsetType
Methods in com.itextpdf.kernel.colors.gradients that return GradientColorStop.HintOffsetTypeModifier and TypeMethodDescriptionGradientColorStop.getHintOffsetType()
Get the hint offset typeReturns the enum constant of this type with the specified name.static GradientColorStop.HintOffsetType[]
GradientColorStop.HintOffsetType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.kernel.colors.gradients with parameters of type GradientColorStop.HintOffsetTypeModifier and TypeMethodDescriptionGradientColorStop.setHint
(double hintOffset, GradientColorStop.HintOffsetType hintOffsetType) Set the color hint specified by its value and type (more details
).