Uses of Class
com.itextpdf.kernel.pdf.colorspace.PdfPattern
Packages that use PdfPattern
Package
Description
-
Uses of PdfPattern in com.itextpdf.kernel.colors
Methods in com.itextpdf.kernel.colors that return PdfPatternConstructors in com.itextpdf.kernel.colors with parameters of type PdfPattern -
Uses of PdfPattern in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PdfPatternMethods in com.itextpdf.kernel.pdf with parameters of type PdfPatternModifier and TypeMethodDescriptionPdfResources.addPattern
(PdfPattern pattern) AddsPdfPattern
object to the resources. -
Uses of PdfPattern in com.itextpdf.kernel.pdf.canvas
Methods in com.itextpdf.kernel.pdf.canvas with parameters of type PdfPatternModifier and TypeMethodDescriptionPdfCanvas.setColor
(PdfColorSpace colorSpace, float[] colorValue, PdfPattern pattern, boolean fill) Changes the current color for paths with an explicitly defined pattern.PdfPatternCanvas.setColor
(PdfColorSpace colorSpace, float[] colorValue, PdfPattern pattern, boolean fill) -
Uses of PdfPattern in com.itextpdf.kernel.pdf.colorspace
Subclasses of PdfPattern in com.itextpdf.kernel.pdf.colorspaceModifier and TypeClassDescriptionstatic class
Shading pattern provides a smooth transition between colors across an area to be painted, independent of the resolution of any particular output device and without specifying the number of steps in the color transition.static class
Wrapper that represents tiling pattern of color space.Methods in com.itextpdf.kernel.pdf.colorspace that return PdfPatternModifier and TypeMethodDescriptionstatic PdfPattern
PdfPattern.getPatternInstance
(PdfDictionary pdfObject) Creates the instance wrapper of correct type from thePdfDictionary