| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
PatternColor.setPattern(PdfPattern pattern)
Deprecated.
To be removed in iText 7.2. In order to change pattern one shall create a new
PatternColor. |
| Constructor and Description |
|---|
PatternColor(PdfPattern coloredPattern) |
| 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 |
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–2019 iText Group NV. All rights reserved.