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 PDShadingType1 |
Type1ShadingContext.type1ShadingType |
Constructor and Description |
---|
Type1ShadingContext(PDShadingType1 shading,
java.awt.image.ColorModel colorModel,
java.awt.geom.AffineTransform xform,
Matrix matrix)
Constructor creates an instance to be used for fill operations.
|
Type1ShadingPaint(PDShadingType1 shading,
Matrix matrix)
Constructor.
|