| Package | Description |
|---|---|
| com.itextpdf.kernel.colors | |
| com.itextpdf.kernel.pdf | |
| com.itextpdf.kernel.pdf.canvas | |
| com.itextpdf.kernel.pdf.colorspace |
| Modifier and Type | Method and Description |
|---|---|
PdfPattern |
PatternColor.getPattern()
Returns the pattern of the color space.
|
| Constructor and Description |
|---|
PatternColor(PdfPattern coloredPattern)
Creates a pattern color using the given color pattern object.
|
| Modifier and Type | Method and Description |
|---|---|
PdfPattern |
PdfResources.getPattern(PdfName name) |
| Modifier and Type | Method and Description |
|---|---|
PdfName |
PdfResources.addPattern(PdfPattern pattern)
Adds
PdfPattern object to the resources. |
| Modifier and Type | Method and Description |
|---|---|
PdfCanvas |
PdfPatternCanvas.setColor(PdfColorSpace colorSpace,
float[] colorValue,
PdfPattern pattern,
boolean fill) |
PdfCanvas |
PdfCanvas.setColor(PdfColorSpace colorSpace,
float[] colorValue,
PdfPattern pattern,
boolean fill)
Changes the current color for paths with an explicitly defined pattern.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PdfPattern.Shading
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 |
PdfPattern.Tiling
Wrapper that represents tiling pattern of color space.
|
| Modifier and Type | Method and Description |
|---|---|
static PdfPattern |
PdfPattern.getPatternInstance(PdfDictionary pdfObject)
Creates the instance wrapper of correct type from the
PdfDictionary |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.