Uses of Class
com.itextpdf.kernel.pdf.colorspace.PdfShading
Packages that use PdfShading
Package
Description
-
Uses of PdfShading in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PdfShadingMethods in com.itextpdf.kernel.pdf with parameters of type PdfShadingModifier and TypeMethodDescriptionPdfResources.addShading
(PdfShading shading) AddsPdfShading
object to the resources. -
Uses of PdfShading in com.itextpdf.kernel.pdf.canvas
Methods in com.itextpdf.kernel.pdf.canvas with parameters of type PdfShadingModifier and TypeMethodDescriptionPdfCanvas.paintShading
(PdfShading shading) Paints a shading object and adds it to the resources of this canvas -
Uses of PdfShading in com.itextpdf.kernel.pdf.colorspace
Subclasses of PdfShading in com.itextpdf.kernel.pdf.colorspaceModifier and TypeClassDescriptionstatic class
The class that extendsPdfShading
class 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.static class
The class that extendsPdfShading
class and is in charge of Shading Dictionary with Coons Patch mesh type.static class
The class that extendsPdfShading
class and is in charge of Shading Dictionary with free-form Gouraud-shaded triangle mesh type.static class
The class that extendsPdfShading
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.static class
The class that extendsPdfShading
class and is in charge of Shading Dictionary with lattice-form Gouraud-shaded triangle mesh type.static class
The class that extendsPdfShading
class and is in charge of Shading Dictionary with radial type, that define a colour blend that varies between two circles.static class
The class that extendsPdfShading
class and is in charge of Shading Dictionary with Tensor-Product Patch mesh type.Methods in com.itextpdf.kernel.pdf.colorspace that return PdfShadingModifier and TypeMethodDescriptionstatic PdfShading
PdfShading.makeShading
(PdfDictionary shadingDictionary) Creates thePdfShading
object from the existingPdfDictionary
with corresponding type.Methods in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfShadingModifier and TypeMethodDescriptionvoid
PdfPattern.Shading.setShading
(PdfShading shading) Sets thePdfShading
that specifies the details of a particular gradient fill.Constructors in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfShadingModifierConstructorDescriptionShading
(PdfShading shading) Creates a new instance of Shading Pattern.