Class BlendMode
java.lang.Object
org.apache.pdfbox.pdmodel.graphics.blend.BlendMode
- Direct Known Subclasses:
NonSeparableBlendMode
,SeparableBlendMode
Blend mode.
- Author:
- Kühn & Weyh Software GmbH
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NonSeparableBlendMode
static final SeparableBlendMode
static final SeparableBlendMode
static final SeparableBlendMode
static final SeparableBlendMode
static final SeparableBlendMode
static final SeparableBlendMode
static final SeparableBlendMode
static final NonSeparableBlendMode
static final SeparableBlendMode
static final NonSeparableBlendMode
static final SeparableBlendMode
static final SeparableBlendMode
static final SeparableBlendMode
static final NonSeparableBlendMode
static final SeparableBlendMode
static final SeparableBlendMode
-
Method Summary
Modifier and TypeMethodDescriptionstatic COSName
getCOSName
(BlendMode bm) Determines the blend mode name from the BM object.static BlendMode
getInstance
(COSBase cosBlendMode) Determines the blend mode from the BM entry in the COS ExtGState.
-
Field Details
-
NORMAL
-
COMPATIBLE
-
MULTIPLY
-
SCREEN
-
OVERLAY
-
DARKEN
-
LIGHTEN
-
COLOR_DODGE
-
COLOR_BURN
-
HARD_LIGHT
-
SOFT_LIGHT
-
DIFFERENCE
-
EXCLUSION
-
HUE
-
SATURATION
-
COLOR
-
LUMINOSITY
-
-
Method Details
-
getInstance
Determines the blend mode from the BM entry in the COS ExtGState.- Parameters:
cosBlendMode
- name or array- Returns:
- blending mode
-
getCOSName
Determines the blend mode name from the BM object.- Parameters:
bm
- Blend mode.- Returns:
- name of blend mode.
-