Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.state |
This package deals with graphics states within the PDF document.
|
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
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.