Uses of Class
com.itextpdf.kernel.pdf.colorspace.PdfShading
-
Packages that use PdfShading Package Description com.itextpdf.kernel.pdf com.itextpdf.kernel.pdf.canvas com.itextpdf.kernel.pdf.colorspace -
-
Uses of PdfShading in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PdfShading Modifier and Type Method Description PdfShading
PdfResources. getShading(PdfName name)
Methods in com.itextpdf.kernel.pdf with parameters of type PdfShading Modifier and Type Method Description PdfName
PdfResources. 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 PdfShading Modifier and Type Method Description PdfCanvas
PdfCanvas. 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.colorspace Modifier and Type Class Description static class
PdfShading.Axial
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
PdfShading.CoonsPatchMesh
The class that extendsPdfShading
class and is in charge of Shading Dictionary with Coons Patch mesh type.static class
PdfShading.FreeFormGouraudShadedTriangleMesh
The class that extendsPdfShading
class and is in charge of Shading Dictionary with free-form Gouraud-shaded triangle mesh type.static class
PdfShading.FunctionBased
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
PdfShading.LatticeFormGouraudShadedTriangleMesh
The class that extendsPdfShading
class and is in charge of Shading Dictionary with lattice-form Gouraud-shaded triangle mesh type.static class
PdfShading.Radial
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
PdfShading.TensorProductPatchMesh
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 PdfShading Modifier and Type Method Description static 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 PdfShading Modifier and Type Method Description void
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 PdfShading Constructor Description Shading(PdfShading shading)
Creates a new instance of Shading Pattern.
-