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 class
LinearGradientBuilder
The linear gradient builder implementation with direct target gradient vector and shading transformation (more info
)class
StrategyBasedLinearGradientBuilder
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 AbstractLinearGradientBuilder Modifier and Type Method Description AbstractLinearGradientBuilder
AbstractLinearGradientBuilder. addColorStop(GradientColorStop gradientColorStop)
Adds the new color stop to the end (more info
).AbstractLinearGradientBuilder
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 AbstractLinearGradientBuilder Modifier and Type Field Description private AbstractLinearGradientBuilder
BackgroundImage.Builder. linearGradientBuilder
protected AbstractLinearGradientBuilder
BackgroundImage. linearGradientBuilder
Methods in com.itextpdf.layout.properties that return AbstractLinearGradientBuilder Modifier and Type Method Description AbstractLinearGradientBuilder
BackgroundImage. getLinearGradientBuilder()
Gets linearGradientBuilder.Methods in com.itextpdf.layout.properties with parameters of type AbstractLinearGradientBuilder Modifier and Type Method Description BackgroundImage.Builder
BackgroundImage.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 newBackgroundImage
instance. -
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 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 AbstractLinearGradientBuilder Modifier and Type Method Description private static void
CssGradientUtil. addStopColors(AbstractLinearGradientBuilder builder, java.util.List<java.lang.String> argumentsList, int stopsStartIndex, float emValue, float remValue)
-