Uses of Class
com.itextpdf.kernel.colors.gradients.LinearGradientBuilder
Packages that use LinearGradientBuilder
-
Uses of LinearGradientBuilder in com.itextpdf.kernel.colors.gradients
Methods in com.itextpdf.kernel.colors.gradients that return LinearGradientBuilderModifier 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)