| 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 | Field and Description |
|---|---|
static BlendMode |
BlendMode.COLOR |
static BlendMode |
BlendMode.COLOR_BURN |
static BlendMode |
BlendMode.COLOR_DODGE |
static BlendMode |
BlendMode.COMPATIBLE |
static BlendMode |
BlendMode.DARKEN |
static BlendMode |
BlendMode.DIFFERENCE |
static BlendMode |
BlendMode.EXCLUSION |
static BlendMode |
BlendMode.HARD_LIGHT |
static BlendMode |
BlendMode.HUE
Non-separable blend modes as defined in the PDF specification
|
static BlendMode |
BlendMode.LIGHTEN |
static BlendMode |
BlendMode.LUMINOSITY |
static BlendMode |
BlendMode.MULTIPLY |
static BlendMode |
BlendMode.NORMAL
Separable blend modes as defined in the PDF specification
|
static BlendMode |
BlendMode.OVERLAY |
static BlendMode |
BlendMode.SATURATION |
static BlendMode |
BlendMode.SCREEN |
static BlendMode |
BlendMode.SOFT_LIGHT |
| 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
|
void |
PDExtendedGraphicsState.setBlendMode(BlendMode bm)
Set the blending mode.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.