Uses of Class
com.itextpdf.kernel.colors.gradients.LinearGradientBuilder
-
Uses of LinearGradientBuilder in com.itextpdf.kernel.colors.gradients
Modifier and TypeMethodDescriptionLinearGradientBuilder.setCurrentSpaceToGradientVectorSpaceTransformation
(AffineTransform transformation) Set the linear gradient space transformation which specifies the transformation from the current coordinates space to gradient vector spaceLinearGradientBuilder.setGradientVector
(double x0, double y0, double x1, double y1) Set coordinates for gradient vector (more info
)