Uses of Class
com.itextpdf.kernel.pdf.colorspace.shading.AbstractPdfShadingBlend
-
Packages that use AbstractPdfShadingBlend Package Description com.itextpdf.kernel.pdf.colorspace.shading -
-
Uses of AbstractPdfShadingBlend in com.itextpdf.kernel.pdf.colorspace.shading
Subclasses of AbstractPdfShadingBlend in com.itextpdf.kernel.pdf.colorspace.shading Modifier and Type Class Description 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
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.
-