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 | Field and Description |
---|---|
private PDShadingType3 |
RadialShadingContext.radialShadingType |
Constructor and Description |
---|
RadialShadingContext(PDShadingType3 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.
|
RadialShadingPaint(PDShadingType3 shading,
Matrix matrix)
Constructor.
|