Package com.itextpdf.kernel.pdf.colorspace.shading
-
Class Summary Class Description AbstractPdfShading The PdfShading class that represents the Shading Dictionary PDF object.AbstractPdfShadingBlend The PdfShadingBlend class which extendsAbstractPdfShading
and represents shadings which are based on a blend, with Coords, Domain and Extend fields in the PDF object.AbstractPdfShadingMesh The PdfShadingMesh class which extendsAbstractPdfShading
and represents shadings which are based on a mesh, with BitsPerCoordinate, BitsPerComponent and Decode fields in the PDF object.AbstractPdfShadingMeshWithFlags 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.PdfAxialShading 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.PdfCoonsPatchShading The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with Coons Patch mesh type.PdfFreeFormGouraudShadedTriangleShading The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with free-form Gouraud-shaded triangle mesh type.PdfFunctionBasedShading 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.PdfLatticeFormGouraudShadedTriangleShading The class that extendsAbstractPdfShading
andAbstractPdfShadingMesh
classes and is in charge of Shading Dictionary with lattice-form Gouraud-shaded triangle mesh type.PdfRadialShading 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.PdfTensorProductPatchShading The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with Tensor-Product Patch mesh type.ShadingType The constants of shading type (see ISO-320001 Table 78).