Uses of Class
com.itextpdf.kernel.pdf.colorspace.shading.AbstractPdfShadingMeshWithFlags
-
Packages that use AbstractPdfShadingMeshWithFlags Package Description com.itextpdf.kernel.pdf.colorspace.shading -
-
Uses of AbstractPdfShadingMeshWithFlags in com.itextpdf.kernel.pdf.colorspace.shading
Subclasses of AbstractPdfShadingMeshWithFlags in com.itextpdf.kernel.pdf.colorspace.shading Modifier and Type Class Description class
PdfCoonsPatchShading
The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with Coons Patch mesh type.class
PdfFreeFormGouraudShadedTriangleShading
The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with free-form Gouraud-shaded triangle mesh type.class
PdfTensorProductPatchShading
The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with Tensor-Product Patch mesh type.
-