ImageTransformOperationFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IImageTransformOperationFactory

public class ImageTransformOperationFactory implements IImageTransformOperationFactory

Allows to create image transform operations


For COM compatibility.

Constructors

ConstructorDescription
ImageTransformOperationFactory()

Methods

MethodDescription
createAlphaBiLevel(float threshold)Creates Alpha BiLevel effect.
createAlphCeiling()Creates Alpha Ceiling effect.
createAlphaFloor()Creates Alpha floor effect.
createAlphaInverse()Creates Alpha inverse effect.
createAlphaModulate()Creates Alpha modulate effect.
createAlphaModulateFixed(float amount)Creates Alpha modulate fixed effect.
createAlphaReplace(float alpha)Creates Alpha replace effect.
createBiLevel(float threshold)Creates BiLevel effect.
createBlur(double radius, boolean grow)Creates Blur effect.
createColorChange()Creates Color change effect.
createColorReplace()Creates Color replace effect.
createDuotone()Creates Duotone effect.
createFillOverlay()Creates Fill overlay effect.
createGrayScale()Creates Gray scale effect.
createHSL(float hue, float saturation, float luminance)Creates Hue Saturation Luminance effect.
createLuminance(float brightness, float contrast)Createtes Luminance effect.
createTint(float hue, float amount)Creates Tint effect.

ImageTransformOperationFactory()

public ImageTransformOperationFactory()

createAlphaBiLevel(float threshold)

public final IAlphaBiLevel createAlphaBiLevel(float threshold)

Creates Alpha BiLevel effect.

Parameters:

ParameterTypeDescription
thresholdfloatThreshold.

Returns: IAlphaBiLevel - Alpha BiLevel effect.

createAlphCeiling()

public final IAlphaCeiling createAlphCeiling()

Creates Alpha Ceiling effect.

Returns: IAlphaCeiling - Alpha Ceiling effect.

createAlphaFloor()

public final IAlphaFloor createAlphaFloor()

Creates Alpha floor effect.

Returns: IAlphaFloor - Alpha floor effect.

createAlphaInverse()

public final IAlphaInverse createAlphaInverse()

Creates Alpha inverse effect.

Returns: IAlphaInverse - Alpha inverst effect.

createAlphaModulate()

public final IAlphaModulate createAlphaModulate()

Creates Alpha modulate effect.

Returns: IAlphaModulate - Alpha modulate effect.

createAlphaModulateFixed(float amount)

public final IAlphaModulateFixed createAlphaModulateFixed(float amount)

Creates Alpha modulate fixed effect.

Parameters:

ParameterTypeDescription
amountfloatAmount.

Returns: IAlphaModulateFixed - Alpha modulate fixed effect.

createAlphaReplace(float alpha)

public final IAlphaReplace createAlphaReplace(float alpha)

Creates Alpha replace effect.

Parameters:

ParameterTypeDescription
alphafloatAlpha

Returns: IAlphaReplace - Alpha replace effect.

createBiLevel(float threshold)

public final IBiLevel createBiLevel(float threshold)

Creates BiLevel effect.

Parameters:

ParameterTypeDescription
thresholdfloatThreshold.

Returns: IBiLevel - BiLevel effect.

createBlur(double radius, boolean grow)

public final IBlur createBlur(double radius, boolean grow)

Creates Blur effect.

Parameters:

ParameterTypeDescription
radiusdoubleRadius.
growbooleanGrow.

Returns: IBlur - Blur effect.

createColorChange()

public final IColorChange createColorChange()

Creates Color change effect.

Returns: IColorChange - Color change effect.

createColorReplace()

public final IColorReplace createColorReplace()

Creates Color replace effect.

Returns: IColorReplace - Color replace effect.

createDuotone()

public final IDuotone createDuotone()

Creates Duotone effect.

Returns: IDuotone - Duotone effect.

createFillOverlay()

public final IFillOverlay createFillOverlay()

Creates Fill overlay effect.

Returns: IFillOverlay - Fill overlay effect.

createGrayScale()

public final IGrayScale createGrayScale()

Creates Gray scale effect.

Returns: IGrayScale - Returns gray scale effect.

createHSL(float hue, float saturation, float luminance)

public final IHSL createHSL(float hue, float saturation, float luminance)

Creates Hue Saturation Luminance effect.

Parameters:

ParameterTypeDescription
huefloatHue.
saturationfloatSaturation.
luminancefloatLuminance.

Returns: IHSL - HSL effect.

createLuminance(float brightness, float contrast)

public final ILuminance createLuminance(float brightness, float contrast)

Createtes Luminance effect.

Parameters:

ParameterTypeDescription
brightnessfloatBrightness.
contrastfloatContrast.

Returns: ILuminance - Luminance effect.

createTint(float hue, float amount)

public final ITint createTint(float hue, float amount)

Creates Tint effect.

Parameters:

ParameterTypeDescription
huefloatHue.
amountfloatAmount.

Returns: ITint - Tint effect.