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 | Class and Description |
---|---|
class |
PDShadingType6
Resources for a shading type 6 (Coons Patch Mesh).
|
class |
PDShadingType7
Resources for a shading type 7 (Tensor-Product Patch Mesh).
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<ShadedTriangle> |
Type4ShadingContext.collectTriangles(PDShadingType4 freeTriangleShadingType,
java.awt.geom.AffineTransform xform,
Matrix matrix) |
Constructor and 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.
|