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 |
PDShadingType3
Resources for a radial shading.
|
Modifier and Type | Field and Description |
---|---|
private PDShadingType2 |
AxialShadingContext.axialShadingType |
Constructor and Description |
---|
AxialShadingContext(PDShadingType2 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.
|
AxialShadingPaint(PDShadingType2 shadingType2,
Matrix matrix)
Constructor.
|