com.aspose.slides
Class ImageTransformOperation

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperation
All Implemented Interfaces:
IImageTransformOperation, IPresentationComponent, ISlideComponent, java.lang.Cloneable
Direct Known Subclasses:
AlphaBiLevel, AlphaCeiling, AlphaFloor, AlphaInverse, AlphaModulate, AlphaModulateFixed, AlphaReplace, BiLevel, Blur, ColorChange, ColorReplace, Duotone, FillOverlay, GrayScale, HSL, Luminance, Tint

public abstract class ImageTransformOperation
extends java.lang.Object
implements IImageTransformOperation, java.lang.Cloneable

Represents abstract image transformation effect.


Method Summary
 IPresentation getPresentation()
           
 IBaseSlide getSlide()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSlide

public IBaseSlide getSlide()
Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()
Specified by:
getPresentation in interface IPresentationComponent