Uses of Class
com.itextpdf.kernel.colors.gradients.AbstractLinearGradientBuilder
Packages that use AbstractLinearGradientBuilder
Package
Description
-
Uses of AbstractLinearGradientBuilder in com.itextpdf.kernel.colors.gradients
Subclasses of AbstractLinearGradientBuilder in com.itextpdf.kernel.colors.gradientsModifier and TypeClassDescriptionclass
The linear gradient builder implementation with direct target gradient vector and shading transformation (more info
)class
The linear gradient builder with automatic coordinates vector evaluation for the target filled area based on configured strategyMethods in com.itextpdf.kernel.colors.gradients that return AbstractLinearGradientBuilderModifier and TypeMethodDescriptionAbstractLinearGradientBuilder.addColorStop
(GradientColorStop gradientColorStop) Adds the new color stop to the end (more info
).AbstractLinearGradientBuilder.setSpreadMethod
(GradientSpreadMethod gradientSpreadMethod) Set the spread method to use for the gradient -
Uses of AbstractLinearGradientBuilder in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as AbstractLinearGradientBuilderModifier and TypeFieldDescriptionprivate AbstractLinearGradientBuilder
BackgroundImage.Builder.linearGradientBuilder
protected AbstractLinearGradientBuilder
BackgroundImage.linearGradientBuilder
Methods in com.itextpdf.layout.properties that return AbstractLinearGradientBuilderModifier and TypeMethodDescriptionBackgroundImage.getLinearGradientBuilder()
Gets linearGradientBuilder.Methods in com.itextpdf.layout.properties with parameters of type AbstractLinearGradientBuilderModifier and TypeMethodDescriptionBackgroundImage.Builder.setLinearGradientBuilder
(AbstractLinearGradientBuilder linearGradientBuilder) Sets linearGradientBuilder.Constructors in com.itextpdf.layout.properties with parameters of type AbstractLinearGradientBuilderModifierConstructorDescriptionprivate
BackgroundImage
(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin) Creates a newBackgroundImage
instance. -
Uses of AbstractLinearGradientBuilder in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type AbstractLinearGradientBuilderModifier and TypeMethodDescriptionstatic PdfFormXObject
AbstractRenderer.createXObject
(AbstractLinearGradientBuilder linearGradientBuilder, Rectangle xObjectArea, PdfDocument document) Create aPdfFormXObject
with the given area and containing a linear gradient inside. -
Uses of AbstractLinearGradientBuilder in com.itextpdf.styledxmlparser.css.util
Methods in com.itextpdf.styledxmlparser.css.util with parameters of type AbstractLinearGradientBuilderModifier and TypeMethodDescriptionprivate static void
CssGradientUtil.addStopColors
(AbstractLinearGradientBuilder builder, List<String> argumentsList, int stopsStartIndex, float emValue, float remValue)