Uses of Class
org.apache.pdfbox.pdmodel.graphics.shading.PDShadingType7
Packages that use PDShadingType7
Package
Description
This package deals with shadings which are used for filling instead of a color.
-
Uses of PDShadingType7 in org.apache.pdfbox.pdmodel.graphics.shading
Constructors in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDShadingType7ModifierConstructorDescription(package private)
Type7ShadingContext
(PDShadingType7 shading, ColorModel colorModel, AffineTransform xform, Matrix matrix, Rectangle deviceBounds) Constructor creates an instance to be used for fill operations.(package private)
Type7ShadingPaint
(PDShadingType7 shading, Matrix matrix) Constructor.