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