| Modifier and Type | Method and Description |
|---|---|
BlendMode |
ExtendedGraphicState.getBlendMode()
Returns the blend mode for the color composite for each object painted.
|
static BlendMode |
BlendMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlendMode[] |
BlendMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedGraphicState.setBlendMode(BlendMode blendMode)
Sets the blend mode for the color composites for each object painted.
|