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.BlendMode
public 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
,
ImageFilterType
public 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
,
ImageFilterType
public int getBlendMode()
Gets blend mode of current graphics state.
BlendMode
public int getFilterType()
Gets the image filter type.
ImageFilterType
public boolean isMasked()
Gets the mask flag.