Uses of Class
com.itextpdf.kernel.colors.gradients.StrategyBasedLinearGradientBuilder
-
Packages that use StrategyBasedLinearGradientBuilder Package Description com.itextpdf.kernel.colors.gradients com.itextpdf.styledxmlparser.css.util -
-
Uses of StrategyBasedLinearGradientBuilder in com.itextpdf.kernel.colors.gradients
Methods in com.itextpdf.kernel.colors.gradients that return StrategyBasedLinearGradientBuilder Modifier and Type Method Description StrategyBasedLinearGradientBuilderStrategyBasedLinearGradientBuilder. 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.StrategyBasedLinearGradientBuilderStrategyBasedLinearGradientBuilder. 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 StrategyBasedLinearGradientBuilder Modifier and Type Method Description static StrategyBasedLinearGradientBuilderCssGradientUtil. parseCssLinearGradient(java.lang.String cssGradientValue, float emValue, float remValue)Parses the provided linear gradient or repeating linear gradient functionprivate static StrategyBasedLinearGradientBuilderCssGradientUtil. parseCssLinearGradient(java.util.List<java.lang.String> argumentsList, boolean isRepeating, float emValue, float remValue)
-