Package | Description |
---|---|
com.itextpdf.kernel.pdf | |
com.itextpdf.kernel.pdf.canvas | |
com.itextpdf.kernel.pdf.colorspace |
Modifier and Type | Method and Description |
---|---|
PdfShading |
PdfResources.getShading(PdfName name) |
Modifier and Type | Method and Description |
---|---|
PdfName |
PdfResources.addShading(PdfShading shading)
Adds
PdfShading object to the resources. |
Modifier and Type | Method and Description |
---|---|
PdfCanvas |
PdfCanvas.paintShading(PdfShading shading)
Paints a shading object and adds it to the resources of this canvas
|
Modifier and Type | Class and Description |
---|---|
static class |
PdfShading.Axial
The class that extends
PdfShading class and is in charge of Shading Dictionary with axial type,
that define a colour blend that varies along a linear axis between two endpoints
and extends indefinitely perpendicular to that axis. |
static class |
PdfShading.CoonsPatchMesh
The class that extends
PdfShading class and is in charge of Shading Dictionary with
Coons Patch mesh type. |
static class |
PdfShading.FreeFormGouraudShadedTriangleMesh
The class that extends
PdfShading class and is in charge of Shading Dictionary with
free-form Gouraud-shaded triangle mesh type. |
static class |
PdfShading.FunctionBased
The class that extends
PdfShading class and is in charge of Shading Dictionary with function-based type,
that defines color at every point in the domain by a specified mathematical function. |
static class |
PdfShading.LatticeFormGouraudShadedTriangleMesh
The class that extends
PdfShading class and is in charge of Shading Dictionary with
lattice-form Gouraud-shaded triangle mesh type. |
static class |
PdfShading.Radial
The class that extends
PdfShading class and is in charge of Shading Dictionary with radial type,
that define a colour blend that varies between two circles. |
static class |
PdfShading.TensorProductPatchMesh
The class that extends
PdfShading class and is in charge of Shading Dictionary with
Tensor-Product Patch mesh type. |
Modifier and Type | Method and Description |
---|---|
static PdfShading |
PdfShading.makeShading(PdfDictionary shadingDictionary)
Creates the
PdfShading object from the existing PdfDictionary with corresponding type. |
Modifier and Type | Method and Description |
---|---|
void |
PdfPattern.Shading.setShading(PdfShading shading)
Sets the
PdfShading that specifies the details of a particular gradient fill. |
Constructor and Description |
---|
Shading(PdfShading shading)
Creates a new instance of Shading Pattern.
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.