com.spire.presentation.drawing
Class ImageTransformEx

java.lang.Object
  extended by com.spire.presentation.drawing.ImageTransformEx
All Implemented Interfaces:
com.spire.ms.System.Collections.IEnumerable, IActivePresentation, ISlideComponent, java.lang.Iterable
Direct Known Subclasses:
ImageTransformEffectCollection

public class ImageTransformEx
extends java.lang.Object
implements com.spire.ms.System.Collections.IEnumerable, ISlideComponent

Represents a collection of effects apllied to an image.


Constructor Summary
ImageTransformEx(PictureShape picture)
           
 
Method Summary
 int add(ImageTransformOperationEx _base)
          Adds the new image effect to the end of a collection.
 void clear()
          Removes all image effects from a collection.
 ImageTransformOperationEx get(int index)
          Gets an from the collection by it's index.
 int getCount()
          Gets the number of image effects in a collection.
 Presentation getPresentation()
          Gets the parent presentation for an ImageTransform collection.
 ActiveSlide getSlide()
          Gets the parent slide for an ImageTransform collection.
 com.spire.ms.System.Collections.IEnumerator iterator()
           
 void removeAt(int index)
          Removes an image effect from a collection at the specified index.
 

Constructor Detail

ImageTransformEx

public ImageTransformEx(PictureShape picture)
Method Detail

getCount

public int getCount()
Gets the number of image effects in a collection. Read-only .

Returns:

removeAt

public void removeAt(int index)
Removes an image effect from a collection at the specified index.

Parameters:
index - Index of an image effect that should be deleted.

clear

public void clear()
Removes all image effects from a collection.


add

public int add(ImageTransformOperationEx _base)
Adds the new image effect to the end of a collection.

Parameters:
_base - The image effect to add to the end of a collection.
Returns:
Index of the new image effect in a collection.

get

public ImageTransformOperationEx get(int index)
Gets an from the collection by it's index.

Parameters:
index -
Returns:

getSlide

public ActiveSlide getSlide()
Gets the parent slide for an ImageTransform collection. Read-only .

Specified by:
getSlide in interface ISlideComponent
Returns:

getPresentation

public Presentation getPresentation()
Gets the parent presentation for an ImageTransform collection. Read-only .

Specified by:
getPresentation in interface IActivePresentation
Returns:

iterator

public com.spire.ms.System.Collections.IEnumerator iterator()