| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel.graphics.blend | |
| org.apache.pdfbox.pdmodel.graphics.state |
This package deals with graphics states within the PDF document.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
NonSeparableBlendMode |
Non-separable blend mode (supports blend function).
|
class |
SeparableBlendMode |
Separable blend mode (support blendChannel)
|
| Modifier and Type | Method | Description |
|---|---|---|
static BlendMode |
BlendMode.getInstance(COSBase cosBlendMode) |
Determines the blend mode from the BM entry in the COS ExtGState.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.awt.Composite |
BlendComposite.getInstance(BlendMode blendMode,
float constantAlpha) |
Creates a blend composite
|
| Modifier and Type | Method | Description |
|---|---|---|
BlendMode |
PDExtendedGraphicsState.getBlendMode() |
Returns the blending mode stored in the COS dictionary
|
BlendMode |
PDGraphicsState.getBlendMode() |
Returns the current blend mode
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PDGraphicsState.setBlendMode(BlendMode blendMode) |
Sets the blend mode in the current graphics state
|
Copyright © 2002–2018. All rights reserved.