Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.shading |
This package deals with shadings which are used for filling instead of a color.
|
Constructor and Description |
---|
Type7ShadingContext(PDShadingType7 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.
|
Type7ShadingPaint(PDShadingType7 shading,
Matrix matrix)
Constructor.
|