ImageBlendingFilterOptions

Inheritance: java.lang.Object, com.aspose.imaging.imagefilters.filteroptions.FilterOptionsBase

public class ImageBlendingFilterOptions extends FilterOptionsBase

The image blending filter options

Constructors

ConstructorDescription
ImageBlendingFilterOptions()

Methods

MethodDescription
getImage()Gets the image.
setImage(RasterImage value)Sets the image.
getPosition()Gets the position.
setPosition(Point value)Sets the position.
getBlendingMode()Gets the blending mode.
setBlendingMode(BlendingMode value)Sets the blending mode.
getOpacity()Gets the opacity.
setOpacity(float value)Sets the opacity.

ImageBlendingFilterOptions()

public ImageBlendingFilterOptions()

getImage()

public final RasterImage getImage()

Gets the image.

Value: The image.

Returns: RasterImage - the image.

setImage(RasterImage value)

public final void setImage(RasterImage value)

Sets the image.

Value: The image.

Parameters:

ParameterTypeDescription
valueRasterImagethe image.

getPosition()

public final Point getPosition()

Gets the position.

Value: The position.

Returns: Point - the position.

setPosition(Point value)

public final void setPosition(Point value)

Sets the position.

Value: The position.

Parameters:

ParameterTypeDescription
valuePointthe position.

getBlendingMode()

public final BlendingMode getBlendingMode()

Gets the blending mode.

Value: The blending mode.

Returns: BlendingMode - the blending mode.

setBlendingMode(BlendingMode value)

public final void setBlendingMode(BlendingMode value)

Sets the blending mode.

Value: The blending mode.

Parameters:

ParameterTypeDescription
valueBlendingModethe blending mode.

getOpacity()

public final float getOpacity()

Gets the opacity.

Value: The opacity.

Returns: float - the opacity.

setOpacity(float value)

public final void setOpacity(float value)

Sets the opacity.

Value: The opacity.

Parameters:

ParameterTypeDescription
valuefloatthe opacity.