Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.state |
This package deals with graphics states within the PDF document.
|
org.apache.pdfbox.rendering |
Modifier and Type | Field and Description |
---|---|
private PDSoftMask |
PDGraphicsState.softMask |
Modifier and Type | Method and Description |
---|---|
static PDSoftMask |
PDSoftMask.create(COSBase dictionary)
Creates a new soft mask.
|
PDSoftMask |
PDGraphicsState.getSoftMask()
returns the current softmask
|
PDSoftMask |
PDExtendedGraphicsState.getSoftMask()
Returns the soft mask stored in the COS dictionary
|
Modifier and Type | Method and Description |
---|---|
void |
PDGraphicsState.setSoftMask(PDSoftMask softMask)
Sets the current soft mask
|
Modifier and Type | Method and Description |
---|---|
private java.awt.Paint |
PageDrawer.applySoftMaskToPaint(java.awt.Paint parentPaint,
PDSoftMask softMask) |