Uses of Class
com.itextpdf.kernel.colors.gradients.AbstractLinearGradientBuilder
-
Packages that use AbstractLinearGradientBuilder Package Description com.itextpdf.kernel.colors.gradients com.itextpdf.layout.properties com.itextpdf.layout.renderer com.itextpdf.styledxmlparser.css.util -
-
Uses of AbstractLinearGradientBuilder in com.itextpdf.kernel.colors.gradients
Subclasses of AbstractLinearGradientBuilder in com.itextpdf.kernel.colors.gradients Modifier and Type Class Description classLinearGradientBuilderThe linear gradient builder implementation with direct target gradient vector and shading transformation (more info)classStrategyBasedLinearGradientBuilderThe 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 AbstractLinearGradientBuilder Modifier and Type Method Description AbstractLinearGradientBuilderAbstractLinearGradientBuilder. addColorStop(GradientColorStop gradientColorStop)Adds the new color stop to the end (more info).AbstractLinearGradientBuilderAbstractLinearGradientBuilder. 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 AbstractLinearGradientBuilder Modifier and Type Field Description private AbstractLinearGradientBuilderBackgroundImage.Builder. linearGradientBuilderprotected AbstractLinearGradientBuilderBackgroundImage. linearGradientBuilderMethods in com.itextpdf.layout.properties that return AbstractLinearGradientBuilder Modifier and Type Method Description AbstractLinearGradientBuilderBackgroundImage. getLinearGradientBuilder()Gets linearGradientBuilder.Methods in com.itextpdf.layout.properties with parameters of type AbstractLinearGradientBuilder Modifier and Type Method Description BackgroundImage.BuilderBackgroundImage.Builder. setLinearGradientBuilder(AbstractLinearGradientBuilder linearGradientBuilder)Sets linearGradientBuilder.Constructors in com.itextpdf.layout.properties with parameters of type AbstractLinearGradientBuilder Constructor Description BackgroundImage(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin)Creates a newBackgroundImageinstance. -
Uses of AbstractLinearGradientBuilder in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type AbstractLinearGradientBuilder Modifier and Type Method Description static PdfFormXObjectAbstractRenderer. createXObject(AbstractLinearGradientBuilder linearGradientBuilder, Rectangle xObjectArea, PdfDocument document)Create aPdfFormXObjectwith 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 AbstractLinearGradientBuilder Modifier and Type Method Description private static voidCssGradientUtil. addStopColors(AbstractLinearGradientBuilder builder, java.util.List<java.lang.String> argumentsList, int stopsStartIndex, float emValue, float remValue)
-