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.HintOffsetTypeGradientColorStop. hintOffsetTypeMethods in com.itextpdf.kernel.colors.gradients that return GradientColorStop.HintOffsetType Modifier and Type Method Description GradientColorStop.HintOffsetTypeGradientColorStop. getHintOffsetType()Get the hint offset typestatic GradientColorStop.HintOffsetTypeGradientColorStop.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 GradientColorStopGradientColorStop. setHint(double hintOffset, GradientColorStop.HintOffsetType hintOffsetType)Set the color hint specified by its value and type (more details).
-