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 | Description |
---|---|---|
class |
PDShadingType3 |
This represents resources for a radial shading.
|
Constructor | Description |
---|---|
AxialShadingContext(PDShadingType2 shading,
java.awt.image.ColorModel colorModel,
java.awt.geom.AffineTransform xform,
Matrix ctm,
int pageHeight,
java.awt.Rectangle dBounds) |
Constructor creates an instance to be used for fill operations.
|
AxialShadingPaint(PDShadingType2 shadingType2,
Matrix ctm,
int pageHeight) |
Constructor.
|