Uses of Class
com.itextpdf.kernel.pdf.colorspace.shading.AbstractPdfShading
Packages that use AbstractPdfShading
Package
Description
-
Uses of AbstractPdfShading in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return AbstractPdfShadingMethods in com.itextpdf.kernel.pdf with parameters of type AbstractPdfShadingModifier and TypeMethodDescriptionPdfResources.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 AbstractPdfShadingModifier and TypeMethodDescriptionPdfCanvas.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 AbstractPdfShadingModifier and TypeMethodDescriptionvoidPdfPattern.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 AbstractPdfShadingModifierConstructorDescriptionShading(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.shadingModifier and TypeClassDescriptionclassThe PdfShadingBlend class which extendsAbstractPdfShadingand represents shadings which are based on a blend, with Coords, Domain and Extend fields in the PDF object.classThe PdfShadingMesh class which extendsAbstractPdfShadingand represents shadings which are based on a mesh, with BitsPerCoordinate, BitsPerComponent and Decode fields in the PDF object.classThe PdfShadingMeshFlags class which extendsAbstractPdfShadingandAbstractPdfShadingMeshand represents shadings which are based on a mesh, with all fields fromAbstractPdfShadingMeshas well as BitsPerFlag in the PDF object.classThe 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.classThe class that extendsAbstractPdfShading,AbstractPdfShadingMeshandAbstractPdfShadingMeshWithFlagsclasses and is in charge of Shading Dictionary with Coons Patch mesh type.classThe class that extendsAbstractPdfShading,AbstractPdfShadingMeshandAbstractPdfShadingMeshWithFlagsclasses and is in charge of Shading Dictionary with free-form Gouraud-shaded triangle mesh type.classThe 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.classThe class that extendsAbstractPdfShadingandAbstractPdfShadingMeshclasses and is in charge of Shading Dictionary with lattice-form Gouraud-shaded triangle mesh type.classThe class that extendsAbstractPdfShadingandAbstractPdfShadingBlendclasses and is in charge of Shading Dictionary with radial type, that defines a colour blend that varies between two circles.classThe 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 AbstractPdfShadingModifier and TypeMethodDescriptionstatic AbstractPdfShadingAbstractPdfShading.makeShading(PdfDictionary shadingDictionary) Creates theAbstractPdfShadingobject from the existingPdfDictionarywith corresponding type.