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) 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 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 TypeMethodDescriptionvoid
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 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 TypeClassDescriptionclass
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
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
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
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
The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with Coons Patch mesh type.class
The class that extendsAbstractPdfShading
,AbstractPdfShadingMesh
andAbstractPdfShadingMeshWithFlags
classes and is in charge of Shading Dictionary with free-form Gouraud-shaded triangle mesh type.class
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
The class that extendsAbstractPdfShading
andAbstractPdfShadingMesh
classes and is in charge of Shading Dictionary with lattice-form Gouraud-shaded triangle mesh type.class
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
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 AbstractPdfShadingModifier and TypeMethodDescriptionstatic AbstractPdfShading
AbstractPdfShading.makeShading
(PdfDictionary shadingDictionary) Creates theAbstractPdfShading
object from the existingPdfDictionary
with corresponding type.