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 AbstractPdfShading
PdfResources. getShading(PdfName name)
Methods in com.itextpdf.kernel.pdf with parameters of type AbstractPdfShading Modifier and Type Method Description PdfName
PdfResources. addShading(AbstractPdfShading shading)
AddsAbstractPdfShading
object 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 PdfCanvas
PdfCanvas. 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 void
PdfPattern.Shading. setShading(AbstractPdfShading shading)
Sets theAbstractPdfShading
that 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 class
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.class
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.class
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.class
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.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
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.class
PdfLatticeFormGouraudShadedTriangleShading
The class that extendsAbstractPdfShading
andAbstractPdfShadingMesh
classes and is in charge of Shading Dictionary with lattice-form Gouraud-shaded triangle mesh type.class
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.class
PdfTensorProductPatchShading
The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes 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 AbstractPdfShading
AbstractPdfShading. makeShading(PdfDictionary shadingDictionary)
Creates theAbstractPdfShading
object from the existingPdfDictionary
with corresponding type.
-