com.aspose.slides
Class ImageTransformOperationFactory

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperationFactory
All Implemented Interfaces:
IImageTransformOperationFactory

public class ImageTransformOperationFactory
extends java.lang.Object
implements IImageTransformOperationFactory

Allows to create image transform operations


For COM compatibility


Constructor Summary
ImageTransformOperationFactory()
           
 
Method Summary
 IAlphaBiLevel createAlphaBiLevel(float threshold)
           
 IAlphaFloor createAlphaFloor()
           
 IAlphaInverse createAlphaInverse()
           
 IAlphaModulate createAlphaModulate()
           
 IAlphaModulateFixed createAlphaModulateFixed(float amount)
           
 IAlphaReplace createAlphaReplace(float alpha)
           
 IAlphaCeiling createAlphCeiling()
           
 IBiLevel createBiLevel(float threshold)
           
 IBlur createBlur(double radius, boolean grow)
           
 IColorChange createColorChange()
           
 IColorReplace createColorReplace()
           
 IDuotone createDuotone()
           
 IFillOverlay createFillOverlay()
           
 IGrayScale createGrayScale()
           
 IHSL createHSL(float hue, float saturation, float luminance)
           
 ILuminance createLuminance(float brightness, float contrast)
           
 ITint createTint(float hue, float amount)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageTransformOperationFactory

public ImageTransformOperationFactory()
Method Detail

createAlphaBiLevel

public IAlphaBiLevel createAlphaBiLevel(float threshold)
Specified by:
createAlphaBiLevel in interface IImageTransformOperationFactory

createAlphCeiling

public IAlphaCeiling createAlphCeiling()
Specified by:
createAlphCeiling in interface IImageTransformOperationFactory

createAlphaFloor

public IAlphaFloor createAlphaFloor()
Specified by:
createAlphaFloor in interface IImageTransformOperationFactory

createAlphaInverse

public IAlphaInverse createAlphaInverse()
Specified by:
createAlphaInverse in interface IImageTransformOperationFactory

createAlphaModulate

public IAlphaModulate createAlphaModulate()
Specified by:
createAlphaModulate in interface IImageTransformOperationFactory

createAlphaModulateFixed

public IAlphaModulateFixed createAlphaModulateFixed(float amount)
Specified by:
createAlphaModulateFixed in interface IImageTransformOperationFactory

createAlphaReplace

public IAlphaReplace createAlphaReplace(float alpha)
Specified by:
createAlphaReplace in interface IImageTransformOperationFactory

createBiLevel

public IBiLevel createBiLevel(float threshold)
Specified by:
createBiLevel in interface IImageTransformOperationFactory

createBlur

public IBlur createBlur(double radius,
                        boolean grow)
Specified by:
createBlur in interface IImageTransformOperationFactory

createColorChange

public IColorChange createColorChange()
Specified by:
createColorChange in interface IImageTransformOperationFactory

createColorReplace

public IColorReplace createColorReplace()
Specified by:
createColorReplace in interface IImageTransformOperationFactory

createDuotone

public IDuotone createDuotone()
Specified by:
createDuotone in interface IImageTransformOperationFactory

createFillOverlay

public IFillOverlay createFillOverlay()
Specified by:
createFillOverlay in interface IImageTransformOperationFactory

createGrayScale

public IGrayScale createGrayScale()
Specified by:
createGrayScale in interface IImageTransformOperationFactory

createHSL

public IHSL createHSL(float hue,
                      float saturation,
                      float luminance)
Specified by:
createHSL in interface IImageTransformOperationFactory

createLuminance

public ILuminance createLuminance(float brightness,
                                  float contrast)
Specified by:
createLuminance in interface IImageTransformOperationFactory

createTint

public ITint createTint(float hue,
                        float amount)
Specified by:
createTint in interface IImageTransformOperationFactory


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.