Uses of Class
org.apache.pdfbox.pdmodel.graphics.shading.PDShadingType5
-
Packages that use PDShadingType5 Package Description org.apache.pdfbox.pdmodel.graphics.shading This package deals with shadings which are used for filling instead of a color. -
-
Uses of PDShadingType5 in org.apache.pdfbox.pdmodel.graphics.shading
Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDShadingType5 Modifier and Type Method Description private java.util.List<ShadedTriangle>
Type5ShadingContext. collectTriangles(PDShadingType5 latticeTriangleShadingType, java.awt.geom.AffineTransform xform, Matrix matrix)
Constructors in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDShadingType5 Constructor Description Type5ShadingContext(PDShadingType5 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.Type5ShadingPaint(PDShadingType5 shading, Matrix matrix)
Constructor.
-