Uses of Class
com.itextpdf.kernel.colors.gradients.GradientColorStop.HintOffsetType
-
Packages that use GradientColorStop.HintOffsetType Package Description com.itextpdf.kernel.colors.gradients -
-
Uses of GradientColorStop.HintOffsetType in com.itextpdf.kernel.colors.gradients
Fields in com.itextpdf.kernel.colors.gradients declared as GradientColorStop.HintOffsetType Modifier and Type Field Description private GradientColorStop.HintOffsetType
GradientColorStop. hintOffsetType
Methods in com.itextpdf.kernel.colors.gradients that return GradientColorStop.HintOffsetType Modifier and Type Method Description GradientColorStop.HintOffsetType
GradientColorStop. getHintOffsetType()
Get the hint offset typestatic GradientColorStop.HintOffsetType
GradientColorStop.HintOffsetType. valueOf(java.lang.String name)
Returns 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.HintOffsetType Modifier and Type Method Description GradientColorStop
GradientColorStop. setHint(double hintOffset, GradientColorStop.HintOffsetType hintOffsetType)
Set the color hint specified by its value and type (more details
).
-