Uses of Class
org.apache.pdfbox.pdmodel.graphics.shading.PDShadingType4
-
Packages that use PDShadingType4 Package Description org.apache.pdfbox.pdmodel.graphics.shading This package deals with shadings which are used for filling instead of a color. -
-
Uses of PDShadingType4 in org.apache.pdfbox.pdmodel.graphics.shading
Subclasses of PDShadingType4 in org.apache.pdfbox.pdmodel.graphics.shading Modifier and Type Class Description class
PDShadingType6
Resources for a shading type 6 (Coons Patch Mesh).class
PDShadingType7
Resources for a shading type 7 (Tensor-Product Patch Mesh).Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDShadingType4 Modifier and Type Method Description private java.util.List<ShadedTriangle>
Type4ShadingContext. collectTriangles(PDShadingType4 freeTriangleShadingType, java.awt.geom.AffineTransform xform, Matrix matrix)
Constructors in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDShadingType4 Constructor Description Type4ShadingContext(PDShadingType4 shading, java.awt.image.ColorModel cm, java.awt.geom.AffineTransform xform, Matrix matrix, java.awt.Rectangle deviceBounds)
Constructor creates an instance to be used for fill operations.Type4ShadingPaint(PDShadingType4 shading, Matrix matrix)
Constructor.
-