Uses of Class
com.itextpdf.kernel.pdf.colorspace.PdfPattern.Tiling
Packages that use PdfPattern.Tiling
Package
Description
-
Uses of PdfPattern.Tiling in com.itextpdf.kernel.colors
Constructors in com.itextpdf.kernel.colors with parameters of type PdfPattern.TilingModifierConstructorDescriptionPatternColor
(PdfPattern.Tiling uncoloredPattern, Color color) Creates a pattern color using the given uncolored pattern object and color.PatternColor
(PdfPattern.Tiling uncoloredPattern, PdfColorSpace underlyingCS, float[] colorValue) Creates a pattern color using the given uncolored pattern object, an underlying color space and color values.PatternColor
(PdfPattern.Tiling uncoloredPattern, PdfSpecialCs.UncoloredTilingPattern uncoloredTilingCS, float[] colorValue) Creates a pattern color using the given uncolored pattern object, uncolored tiling pattern and color values. -
Uses of PdfPattern.Tiling in com.itextpdf.kernel.pdf.canvas
Fields in com.itextpdf.kernel.pdf.canvas declared as PdfPattern.TilingConstructors in com.itextpdf.kernel.pdf.canvas with parameters of type PdfPattern.TilingModifierConstructorDescriptionPdfPatternCanvas
(PdfPattern.Tiling pattern, PdfDocument document) Creates PdfPatternCanvas for a document from a provided Tiling pattern -
Uses of PdfPattern.Tiling in com.itextpdf.svg.renderers.impl
Methods in com.itextpdf.svg.renderers.impl that return PdfPattern.TilingModifier and TypeMethodDescriptionprivate static PdfPattern.Tiling
PatternSvgNodeRenderer.createColoredTilingPatternInstance
(AffineTransform patternAffineTransform, Rectangle bbox, double xStep, double yStep) private PdfPattern.Tiling
PatternSvgNodeRenderer.createTilingPattern
(SvgDrawContext context, Rectangle objectBoundingBox) Methods in com.itextpdf.svg.renderers.impl with parameters of type PdfPattern.TilingModifier and TypeMethodDescriptionprivate void
PatternSvgNodeRenderer.drawPatternContent
(SvgDrawContext context, PdfPattern.Tiling pattern) private static void
PatternSvgNodeRenderer.setPatternMatrix
(PdfPattern.Tiling pattern, AffineTransform affineTransform)