Uses of Class
org.apache.pdfbox.pdmodel.graphics.shading.PDShadingType2
Packages that use PDShadingType2
Package
Description
This package deals with shadings which are used for filling instead of a color.
-
Uses of PDShadingType2 in org.apache.pdfbox.pdmodel.graphics.shading
Subclasses of PDShadingType2 in org.apache.pdfbox.pdmodel.graphics.shadingModifier and TypeClassDescriptionclass
This represents resources for a radial shading.Constructors in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDShadingType2ModifierConstructorDescriptionAxialShadingContext
(PDShadingType2 shading, ColorModel colorModel, AffineTransform xform, Matrix ctm, int pageHeight, Rectangle dBounds) Constructor creates an instance to be used for fill operations.AxialShadingPaint
(PDShadingType2 shadingType2, Matrix ctm, int pageHeight) Constructor.