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 and Description |
---|---|
class |
NonSeparableBlendMode
Non-separable blend mode (supports blend function).
|
class |
SeparableBlendMode
Separable blend mode (support blendChannel)
|
Modifier and Type | Method and Description |
---|---|
static BlendMode |
BlendMode.getInstance(COSBase cosBlendMode)
Determines the blend mode from the BM entry in the COS ExtGState.
|
Modifier and Type | Method and Description |
---|---|
static Composite |
BlendComposite.getInstance(BlendMode blendMode,
float constantAlpha)
Creates a blend composite
|
Modifier and Type | Method and Description |
---|---|
BlendMode |
PDGraphicsState.getBlendMode()
Returns the current blend mode
|
BlendMode |
PDExtendedGraphicsState.getBlendMode()
Returns the blending mode stored in the COS dictionary
|
Modifier and Type | Method and Description |
---|---|
void |
PDGraphicsState.setBlendMode(BlendMode blendMode)
Sets the blend mode in the current graphics state
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.