Uses of Class
com.itextpdf.kernel.pdf.colorspace.PdfPattern.Tiling
Packages that use PdfPattern.Tiling
-
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
Constructors 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