Uses of Class
com.itextpdf.kernel.colors.gradients.GradientColorStop.OffsetType
-
Packages that use GradientColorStop.OffsetType Package Description com.itextpdf.kernel.colors.gradients -
-
Uses of GradientColorStop.OffsetType in com.itextpdf.kernel.colors.gradients
Fields in com.itextpdf.kernel.colors.gradients declared as GradientColorStop.OffsetType Modifier and Type Field Description private GradientColorStop.OffsetType
GradientColorStop. offsetType
Methods in com.itextpdf.kernel.colors.gradients that return GradientColorStop.OffsetType Modifier and Type Method Description GradientColorStop.OffsetType
GradientColorStop. getOffsetType()
Get the offset typestatic GradientColorStop.OffsetType
GradientColorStop.OffsetType. valueOf(java.lang.String name)
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.OffsetType Modifier and Type Method Description GradientColorStop
GradientColorStop. 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.OffsetType Constructor Description GradientColorStop(float[] rgb, double offset, GradientColorStop.OffsetType offsetType)
Constructor of stop color with with specified rgb color and offsetGradientColorStop(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
-