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.Tiling
PdfPatternCanvas. tilingPattern
Constructors 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.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.Tiling Modifier and Type Method Description private void
PatternSvgNodeRenderer. drawPatternContent(SvgDrawContext context, PdfPattern.Tiling pattern)
private static void
PatternSvgNodeRenderer. setPatternMatrix(PdfPattern.Tiling pattern, AffineTransform affineTransform)
-