public class ImageTransformOperationFactory extends java.lang.Object implements IImageTransformOperationFactory
Allows to create image transform operations
| Constructor and Description |
|---|
ImageTransformOperationFactory() |
| Modifier and Type | Method and Description |
|---|---|
IAlphaBiLevel |
createAlphaBiLevel(float threshold)
Creates Alpha BiLevel effect.
|
IAlphaFloor |
createAlphaFloor()
Creates Alpha floor effect.
|
IAlphaInverse |
createAlphaInverse()
Creates Alpha inverse effect.
|
IAlphaModulate |
createAlphaModulate()
Creates Alpha modulate effect.
|
IAlphaModulateFixed |
createAlphaModulateFixed(float amount)
Creates Alpha modulate fixed effect.
|
IAlphaReplace |
createAlphaReplace(float alpha)
Creates Alpha replace effect.
|
IAlphaCeiling |
createAlphCeiling()
Creates Alpha Ceiling effect.
|
IBiLevel |
createBiLevel(float threshold)
Creates BiLevel effect.
|
IBlur |
createBlur(double radius,
boolean grow)
Creates Blur effect.
|
IColorChange |
createColorChange()
Creates Color change effect.
|
IColorReplace |
createColorReplace()
Creates Color replace effect.
|
IDuotone |
createDuotone()
Creates Duotone effect.
|
IFillOverlay |
createFillOverlay()
Creates Fill overlay effect.
|
IGrayScale |
createGrayScale()
Creates Gray scale effect.
|
IHSL |
createHSL(float hue,
float saturation,
float luminance)
Creates Hue Saturation Luminance effect.
|
ILuminance |
createLuminance(float brightness,
float contrast)
Createtes Luminance effect.
|
ITint |
createTint(float hue,
float amount)
Creates Tint effect.
|
public final IAlphaBiLevel createAlphaBiLevel(float threshold)
Creates Alpha BiLevel effect.
createAlphaBiLevel in interface IImageTransformOperationFactorythreshold - Threshold.public final IAlphaCeiling createAlphCeiling()
Creates Alpha Ceiling effect.
createAlphCeiling in interface IImageTransformOperationFactorypublic final IAlphaFloor createAlphaFloor()
Creates Alpha floor effect.
createAlphaFloor in interface IImageTransformOperationFactorypublic final IAlphaInverse createAlphaInverse()
Creates Alpha inverse effect.
createAlphaInverse in interface IImageTransformOperationFactorypublic final IAlphaModulate createAlphaModulate()
Creates Alpha modulate effect.
createAlphaModulate in interface IImageTransformOperationFactorypublic final IAlphaModulateFixed createAlphaModulateFixed(float amount)
Creates Alpha modulate fixed effect.
createAlphaModulateFixed in interface IImageTransformOperationFactoryamount - Amount.public final IAlphaReplace createAlphaReplace(float alpha)
Creates Alpha replace effect.
createAlphaReplace in interface IImageTransformOperationFactoryalpha - Alphapublic final IBiLevel createBiLevel(float threshold)
Creates BiLevel effect.
createBiLevel in interface IImageTransformOperationFactorythreshold - Threshold.public final IBlur createBlur(double radius, boolean grow)
Creates Blur effect.
createBlur in interface IImageTransformOperationFactoryradius - Radius.grow - Grow.public final IColorChange createColorChange()
Creates Color change effect.
createColorChange in interface IImageTransformOperationFactorypublic final IColorReplace createColorReplace()
Creates Color replace effect.
createColorReplace in interface IImageTransformOperationFactorypublic final IDuotone createDuotone()
Creates Duotone effect.
createDuotone in interface IImageTransformOperationFactorypublic final IFillOverlay createFillOverlay()
Creates Fill overlay effect.
createFillOverlay in interface IImageTransformOperationFactorypublic final IGrayScale createGrayScale()
Creates Gray scale effect.
createGrayScale in interface IImageTransformOperationFactorypublic final IHSL createHSL(float hue, float saturation, float luminance)
Creates Hue Saturation Luminance effect.
createHSL in interface IImageTransformOperationFactoryhue - Hue.saturation - Saturation.luminance - Luminance.public final ILuminance createLuminance(float brightness, float contrast)
Createtes Luminance effect.
createLuminance in interface IImageTransformOperationFactorybrightness - Brightness.contrast - Contrast.public final ITint createTint(float hue, float amount)
Creates Tint effect.
createTint in interface IImageTransformOperationFactoryhue - Hue.amount - Amount.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.