Uses of Enum
com.itextpdf.kernel.colors.gradients.GradientColorStop.OffsetType
Packages that use GradientColorStop.OffsetType
-
Uses of GradientColorStop.OffsetType in com.itextpdf.kernel.colors.gradients
Fields in com.itextpdf.kernel.colors.gradients declared as GradientColorStop.OffsetTypeModifier and TypeFieldDescriptionprivate GradientColorStop.OffsetType
GradientColorStop.offsetType
Methods in com.itextpdf.kernel.colors.gradients that return GradientColorStop.OffsetTypeModifier and TypeMethodDescriptionGradientColorStop.getOffsetType()
Get the offset typestatic GradientColorStop.OffsetType
Returns the enum constant of this type with the specified name.static GradientColorStop.OffsetType[]
GradientColorStop.OffsetType.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.OffsetTypeModifier and TypeMethodDescriptionGradientColorStop.setOffset
(double offset, GradientColorStop.OffsetType offsetType) Set the offset specified by its value and typeConstructors in com.itextpdf.kernel.colors.gradients with parameters of type GradientColorStop.OffsetTypeModifierConstructorDescriptionGradientColorStop
(float[] rgb, double offset, GradientColorStop.OffsetType offsetType) Constructor of stop color with with specified rgb color and offsetprivate
GradientColorStop
(float[] rgb, float opacity, double offset, GradientColorStop.OffsetType offsetType) GradientColorStop
(GradientColorStop gradientColorStop, double offset, GradientColorStop.OffsetType offsetType) Constructor that creates the stop with the same color as the another stop and new offset