Uses of Class
com.itextpdf.kernel.pdf.colorspace.shading.AbstractPdfShading
-
Packages that use AbstractPdfShading Package Description com.itextpdf.kernel.pdf com.itextpdf.kernel.pdf.canvas com.itextpdf.kernel.pdf.colorspace com.itextpdf.kernel.pdf.colorspace.shading -
-
Uses of AbstractPdfShading in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return AbstractPdfShading Modifier and Type Method Description AbstractPdfShadingPdfResources. getShading(PdfName name)Methods in com.itextpdf.kernel.pdf with parameters of type AbstractPdfShading Modifier and Type Method Description PdfNamePdfResources. addShading(AbstractPdfShading shading)AddsAbstractPdfShadingobject to the resources. -
Uses of AbstractPdfShading in com.itextpdf.kernel.pdf.canvas
Methods in com.itextpdf.kernel.pdf.canvas with parameters of type AbstractPdfShading Modifier and Type Method Description PdfCanvasPdfCanvas. paintShading(AbstractPdfShading shading)Paints a shading object and adds it to the resources of this canvas -
Uses of AbstractPdfShading in com.itextpdf.kernel.pdf.colorspace
Methods in com.itextpdf.kernel.pdf.colorspace with parameters of type AbstractPdfShading Modifier and Type Method Description voidPdfPattern.Shading. setShading(AbstractPdfShading shading)Sets theAbstractPdfShadingthat specifies the details of a particular gradient fill.Constructors in com.itextpdf.kernel.pdf.colorspace with parameters of type AbstractPdfShading Constructor Description Shading(AbstractPdfShading shading)Creates a new instance of Shading Pattern. -
Uses of AbstractPdfShading in com.itextpdf.kernel.pdf.colorspace.shading
Subclasses of AbstractPdfShading in com.itextpdf.kernel.pdf.colorspace.shading Modifier and Type Class Description classAbstractPdfShadingBlendThe PdfShadingBlend class which extendsAbstractPdfShadingand represents shadings which are based on a blend, with Coords, Domain and Extend fields in the PDF object.classAbstractPdfShadingMeshThe PdfShadingMesh class which extendsAbstractPdfShadingand represents shadings which are based on a mesh, with BitsPerCoordinate, BitsPerComponent and Decode fields in the PDF object.classAbstractPdfShadingMeshWithFlagsThe PdfShadingMeshFlags class which extendsAbstractPdfShadingandAbstractPdfShadingMeshand represents shadings which are based on a mesh, with all fields fromAbstractPdfShadingMeshas well as BitsPerFlag in the PDF object.classPdfAxialShadingThe class that extendsAbstractPdfShadingandAbstractPdfShadingBlendclasses 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.classPdfCoonsPatchShadingThe class that extendsAbstractPdfShading,AbstractPdfShadingMeshandAbstractPdfShadingMeshWithFlagsclasses and is in charge of Shading Dictionary with Coons Patch mesh type.classPdfFreeFormGouraudShadedTriangleShadingThe class that extendsAbstractPdfShading,AbstractPdfShadingMeshandAbstractPdfShadingMeshWithFlagsclasses and is in charge of Shading Dictionary with free-form Gouraud-shaded triangle mesh type.classPdfFunctionBasedShadingThe class that extendsAbstractPdfShadingclass 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.classPdfLatticeFormGouraudShadedTriangleShadingThe class that extendsAbstractPdfShadingandAbstractPdfShadingMeshclasses and is in charge of Shading Dictionary with lattice-form Gouraud-shaded triangle mesh type.classPdfRadialShadingThe class that extendsAbstractPdfShadingandAbstractPdfShadingBlendclasses and is in charge of Shading Dictionary with radial type, that defines a colour blend that varies between two circles.classPdfTensorProductPatchShadingThe class that extendsAbstractPdfShading,AbstractPdfShadingMeshandAbstractPdfShadingMeshWithFlagsclasses and is in charge of Shading Dictionary with Tensor-Product Patch mesh type.Methods in com.itextpdf.kernel.pdf.colorspace.shading that return AbstractPdfShading Modifier and Type Method Description static AbstractPdfShadingAbstractPdfShading. makeShading(PdfDictionary shadingDictionary)Creates theAbstractPdfShadingobject from the existingPdfDictionarywith corresponding type.
-