Uses of Class
org.apache.pdfbox.pdmodel.graphics.shading.PDShadingType6
-
Packages that use PDShadingType6 Package Description org.apache.pdfbox.pdmodel.graphics.shading This package deals with shadings which are used for filling instead of a color. -
-
Uses of PDShadingType6 in org.apache.pdfbox.pdmodel.graphics.shading
Subclasses of PDShadingType6 in org.apache.pdfbox.pdmodel.graphics.shading Modifier and Type Class Description class
PDShadingType7
Resources for a shading type 7 (Tensor-Product Patch Mesh).Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDShadingType6 Modifier and Type Method Description (package private) java.util.List<Patch>
PatchMeshesShadingContext. collectPatches(PDShadingType6 shadingType, java.awt.geom.AffineTransform xform, Matrix matrix, int controlPoints)
Create a patch list from a data stream, the returned list contains all the patches contained in the data stream.Constructors in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDShadingType6 Constructor Description PatchMeshesShadingContext(PDShadingType6 shading, java.awt.image.ColorModel colorModel, java.awt.geom.AffineTransform xform, Matrix matrix, java.awt.Rectangle deviceBounds, int controlPoints)
Constructor creates an instance to be used for fill operations.Type6ShadingContext(PDShadingType6 shading, java.awt.image.ColorModel colorModel, java.awt.geom.AffineTransform xform, Matrix matrix, java.awt.Rectangle deviceBounds)
Constructor creates an instance to be used for fill operations.Type6ShadingPaint(PDShadingType6 shading, Matrix matrix)
Constructor.
-