Uses of Enum
com.itextpdf.kernel.colors.gradients.GradientSpreadMethod
Packages that use GradientSpreadMethod
-
Uses of GradientSpreadMethod in com.itextpdf.kernel.colors.gradients
Subclasses with type arguments of type GradientSpreadMethod in com.itextpdf.kernel.colors.gradientsModifier and TypeClassDescriptionenumRepresents possible spreading methods for gradient color outside of the coordinates vectorMethods in com.itextpdf.kernel.colors.gradients that return GradientSpreadMethodModifier and TypeMethodDescriptionAbstractLinearGradientBuilder.getSpreadMethod()Get the current spread methodstatic GradientSpreadMethodReturns 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 GradientSpreadMethodModifier and TypeMethodDescriptionAbstractLinearGradientBuilder.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 GradientSpreadMethodModifier and TypeMethodDescriptionprotected GradientSpreadMethodAbstractGradientSvgNodeRenderer.parseSpreadMethod()Parses the gradient spread method