Package com.itextpdf.kernel.pdf.colorspace.shading
package com.itextpdf.kernel.pdf.colorspace.shading
-
ClassesClassDescriptionThe PdfShading class that represents the Shading Dictionary PDF object.The PdfShadingBlend class which extends
AbstractPdfShading
and represents shadings which are based on a blend, with Coords, Domain and Extend fields in the PDF object.The PdfShadingMesh class which extendsAbstractPdfShading
and represents shadings which are based on a mesh, with BitsPerCoordinate, BitsPerComponent and Decode fields in the PDF object.The PdfShadingMeshFlags class which extendsAbstractPdfShading
andAbstractPdfShadingMesh
and represents shadings which are based on a mesh, with all fields fromAbstractPdfShadingMesh
as well as BitsPerFlag in the PDF object.The class that extendsAbstractPdfShading
andAbstractPdfShadingBlend
classes 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.The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with Coons Patch mesh type.The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with free-form Gouraud-shaded triangle mesh type.The class that extendsAbstractPdfShading
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.The class that extendsAbstractPdfShading
andAbstractPdfShadingMesh
classes and is in charge of Shading Dictionary with lattice-form Gouraud-shaded triangle mesh type.The class that extendsAbstractPdfShading
andAbstractPdfShadingBlend
classes and is in charge of Shading Dictionary with radial type, that defines a colour blend that varies between two circles.The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with Tensor-Product Patch mesh type.The constants of shading type (see ISO-320001 Table 78).