Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Field and Description |
---|---|
protected HashSet<PdfShadingPattern> |
PdfWriter.documentShadingPatterns |
Modifier and Type | Method and Description |
---|---|
PdfShadingPattern |
ShadingColor.getPdfShadingPattern()
Gets the shading pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfContentByte.paintShading(PdfShadingPattern shading)
Paints using a shading pattern.
|
void |
PdfContentByte.setShadingFill(PdfShadingPattern shading)
Sets the shading fill pattern.
|
void |
PdfContentByte.setShadingStroke(PdfShadingPattern shading)
Sets the shading stroke pattern
|
Constructor and Description |
---|
ShadingColor(PdfShadingPattern shadingPattern)
Creates a shading color.
|
Copyright © 2016. All rights reserved.