public final class CompositingParameters extends Object
Represents an object containing graphics compositing parameters of current graphics state.
| Constructor and Description |
|---|
CompositingParameters(int blendMode)
Initializes new instance of the
CompositingParameters object. |
CompositingParameters(int blendMode,
int filterType)
Initializes new instance of the
CompositingParameters object. |
CompositingParameters(int blendMode,
int filterType,
boolean isMasked)
Initializes new instance of the
CompositingParameters object. |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlendMode()
Gets blend mode of current graphics state.
|
int |
getFilterType()
Gets the image filter type.
|
boolean |
isMasked()
Gets the mask flag.
|
public CompositingParameters(int blendMode)
Initializes new instance of the CompositingParameters object.
blendMode - Blend mode of current graphics state.BlendModepublic CompositingParameters(int blendMode,
int filterType)
Initializes new instance of the CompositingParameters object.
blendMode - Blend mode of current graphics state.filterType - The image filter type.BlendMode,
ImageFilterTypepublic CompositingParameters(int blendMode,
int filterType,
boolean isMasked)
Initializes new instance of the CompositingParameters object.
blendMode - Blend mode of current graphics state.filterType - The image filter type.isMasked - The adding mask flag.BlendMode,
ImageFilterTypepublic int getBlendMode()
Gets blend mode of current graphics state.
BlendModepublic int getFilterType()
Gets the image filter type.
ImageFilterTypepublic boolean isMasked()
Gets the mask flag.
Copyright © 2024 Aspose. All Rights Reserved.