Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.state |
This package deals with graphics states within the PDF document.
|
Modifier and Type | Method | Description |
---|---|---|
static PDSoftMask |
PDSoftMask.create(COSBase dictionary) |
Creates a new soft mask.
|
PDSoftMask |
PDExtendedGraphicsState.getSoftMask() |
Returns the soft mask stored in the COS dictionary
|
PDSoftMask |
PDGraphicsState.getSoftMask() |
returns the current softmask
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDGraphicsState.setSoftMask(PDSoftMask softMask) |
Sets the current soft mask
|
Copyright © 2002–2018. All rights reserved.