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 |
---|
Type5ShadingContext(PDShadingType5 shadingType5,
java.awt.image.ColorModel colorModelValue,
java.awt.geom.AffineTransform xform,
Matrix ctm,
int pageHeight)
Constructor creates an instance to be used for fill operations.
|
Type5ShadingPaint(PDShadingType5 shadingType5,
Matrix ctm,
int pageHeightValue)
Constructor.
|