Uses of Class
org.apache.pdfbox.pdmodel.graphics.shading.PDShadingType3
Packages that use PDShadingType3
Package
Description
This package deals with shadings which are used for filling instead of a color.
-
Uses of PDShadingType3 in org.apache.pdfbox.pdmodel.graphics.shading
Constructors in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDShadingType3ModifierConstructorDescriptionRadialShadingContext
(PDShadingType3 shading, ColorModel colorModel, AffineTransform xform, Matrix ctm, int pageHeight, Rectangle dBounds) Constructor creates an instance to be used for fill operations.RadialShadingPaint
(PDShadingType3 shading, Matrix ctm, int pageHeight) Constructor.