Uses of Class
com.itextpdf.kernel.colors.gradients.StrategyBasedLinearGradientBuilder
Packages that use StrategyBasedLinearGradientBuilder
-
Uses of StrategyBasedLinearGradientBuilder in com.itextpdf.kernel.colors.gradients
Methods in com.itextpdf.kernel.colors.gradients that return StrategyBasedLinearGradientBuilderModifier and TypeMethodDescriptionStrategyBasedLinearGradientBuilder.setGradientDirectionAsCentralRotationAngle
(double radians) Set the strategy to use the minimal coordinates vector that passes through the central point of the target rectangle area, rotated by the specified amount of radians counter clockwise and covers the area to be filled.StrategyBasedLinearGradientBuilder.setGradientDirectionAsStrategy
(StrategyBasedLinearGradientBuilder.GradientStrategy gradientStrategy) Set the strategy to predefined one -
Uses of StrategyBasedLinearGradientBuilder in com.itextpdf.styledxmlparser.css.util
Methods in com.itextpdf.styledxmlparser.css.util that return StrategyBasedLinearGradientBuilderModifier and TypeMethodDescriptionCssGradientUtil.parseCssLinearGradient
(String cssGradientValue, float emValue, float remValue) Parses the provided linear gradient or repeating linear gradient functionprivate static StrategyBasedLinearGradientBuilder
CssGradientUtil.parseCssLinearGradient
(List<String> argumentsList, boolean isRepeating, float emValue, float remValue)