Uses of Class
com.itextpdf.kernel.pdf.colorspace.PdfPattern.Tiling
-
Packages that use PdfPattern.Tiling Package Description com.itextpdf.kernel.colors com.itextpdf.kernel.pdf.canvas com.itextpdf.svg.renderers.impl -
-
Uses of PdfPattern.Tiling in com.itextpdf.kernel.colors
Constructors in com.itextpdf.kernel.colors with parameters of type PdfPattern.Tiling Constructor Description PatternColor(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.Tiling Modifier and Type Field Description private PdfPattern.TilingPdfPatternCanvas. tilingPatternConstructors in com.itextpdf.kernel.pdf.canvas with parameters of type PdfPattern.Tiling Constructor Description PdfPatternCanvas(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.Tiling Modifier and Type Method Description private static PdfPattern.TilingPatternSvgNodeRenderer. createColoredTilingPatternInstance(AffineTransform patternAffineTransform, Rectangle bbox, double xStep, double yStep)private PdfPattern.TilingPatternSvgNodeRenderer. createTilingPattern(SvgDrawContext context, Rectangle objectBoundingBox)Methods in com.itextpdf.svg.renderers.impl with parameters of type PdfPattern.Tiling Modifier and Type Method Description private voidPatternSvgNodeRenderer. drawPatternContent(SvgDrawContext context, PdfPattern.Tiling pattern)private static voidPatternSvgNodeRenderer. setPatternMatrix(PdfPattern.Tiling pattern, AffineTransform affineTransform)
-