Uses of Class
com.itextpdf.kernel.colors.gradients.GradientSpreadMethod
-
Packages that use GradientSpreadMethod Package Description com.itextpdf.kernel.colors.gradients com.itextpdf.svg.renderers.impl -
-
Uses of GradientSpreadMethod in com.itextpdf.kernel.colors.gradients
Fields in com.itextpdf.kernel.colors.gradients declared as GradientSpreadMethod Modifier and Type Field Description private GradientSpreadMethod
AbstractLinearGradientBuilder. spreadMethod
Methods in com.itextpdf.kernel.colors.gradients that return GradientSpreadMethod Modifier and Type Method Description GradientSpreadMethod
AbstractLinearGradientBuilder. getSpreadMethod()
Get the current spread methodstatic GradientSpreadMethod
GradientSpreadMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GradientSpreadMethod[]
GradientSpreadMethod. 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 GradientSpreadMethod Modifier and Type Method Description private static java.util.List<GradientColorStop>
AbstractLinearGradientBuilder. adjustNormalizedStopsToCoverDomain(java.util.List<GradientColorStop> normalizedStops, double[] targetDomain, GradientSpreadMethod spreadMethod)
private static PdfShading.Axial
AbstractLinearGradientBuilder. createAxialShading(Point[] baseCoordinatesVector, java.util.List<GradientColorStop> stops, GradientSpreadMethod spreadMethod, Rectangle targetBoundingBox)
AbstractLinearGradientBuilder
AbstractLinearGradientBuilder. setSpreadMethod(GradientSpreadMethod gradientSpreadMethod)
Set the spread method to use for the gradient -
Uses of GradientSpreadMethod in com.itextpdf.svg.renderers.impl
Methods in com.itextpdf.svg.renderers.impl that return GradientSpreadMethod Modifier and Type Method Description protected GradientSpreadMethod
AbstractGradientSvgNodeRenderer. parseSpreadMethod()
Parses the gradient spread method
-