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
Subclasses with type arguments of type GradientColorStop.OffsetType in com.itextpdf.kernel.colors.gradientsModifier and TypeClassDescriptionstatic enumRepresents the possible offset typeFields in com.itextpdf.kernel.colors.gradients declared as GradientColorStop.OffsetTypeModifier and TypeFieldDescriptionprivate GradientColorStop.OffsetTypeGradientColorStop.offsetTypeMethods in com.itextpdf.kernel.colors.gradients that return GradientColorStop.OffsetTypeModifier and TypeMethodDescriptionGradientColorStop.getOffsetType()Get the offset typestatic GradientColorStop.OffsetTypeReturns 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 offsetprivateGradientColorStop(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