com.aspose.slides
Class ImageTransformOperationExCollection

java.lang.Object
  extended by com.aspose.slides.ImageTransformEx
      extended by com.aspose.slides.ImageTransformOperationExCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection<ImageTransformOperationEx>, com.aspose.ms.System.Collections.IEnumerable<ImageTransformOperationEx>, java.lang.Iterable<ImageTransformOperationEx>

public final class ImageTransformOperationExCollection
extends ImageTransformEx
implements com.aspose.ms.System.Collections.ICollection<ImageTransformOperationEx>

Represents a collection of effects apllied to an image.


Method Summary
 int add(ImageTransformOperationEx operation)
           Adds the new image effect to the end of a collection.
 void clear()
           Removes all image effects from a collection.
 void copyTo(com.aspose.ms.System.Array array, int index)
           Copies all elements from the collection to the specified array.
 ImageTransformOperationEx get_Item(int index)
           Returns an ImageTransformOperationEx from the collection by it's index.
 int getCount()
           Returns the number of image effects in a collection.
 PresentationEx getPresentation()
           Returns the parent presentation for an ImageTransformEx collection.
 BaseSlideEx getSlide()
           Returns the parent slide for an ImageTransformEx collection.
 java.lang.Object getSyncRoot()
           Returns a synchronization root.
 boolean isSynchronized()
           Returns a value indicating whether access to the collection is synchronized (thread-safe).
 com.aspose.ms.System.Collections.IEnumerator<ImageTransformOperationEx> iterator()
           Returns an enumerator for the entire collection.
 void removeAt(int index)
           Removes an image effect from a collection at the specified index.
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copyTo

public void copyTo(com.aspose.ms.System.Array array,
                   int index)

Copies all elements from the collection to the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection<ImageTransformOperationEx>
Parameters:
array - Target array.
index - Starting index in the target array.

isSynchronized

public boolean isSynchronized()

Returns a value indicating whether access to the collection is synchronized (thread-safe).

Specified by:
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<ImageTransformOperationEx>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

Specified by:
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<ImageTransformOperationEx>

size

public int size()
Specified by:
size in interface com.aspose.ms.System.Collections.ICollection<ImageTransformOperationEx>

getCount

public int getCount()
Description copied from class: ImageTransformEx

Returns the number of image effects in a collection. Read-only int.

Overrides:
getCount in class ImageTransformEx

removeAt

public void removeAt(int index)
Description copied from class: ImageTransformEx

Removes an image effect from a collection at the specified index.

Overrides:
removeAt in class ImageTransformEx
Parameters:
index - Index of an image effect that should be deleted.

clear

public void clear()
Description copied from class: ImageTransformEx

Removes all image effects from a collection.

Overrides:
clear in class ImageTransformEx

add

public int add(ImageTransformOperationEx operation)
Description copied from class: ImageTransformEx

Adds the new image effect to the end of a collection.

Overrides:
add in class ImageTransformEx
Parameters:
operation - The image effect to add to the end of a collection.
Returns:
Index of the new image effect in a collection.

iterator

public com.aspose.ms.System.Collections.IEnumerator<ImageTransformOperationEx> iterator()
Description copied from class: ImageTransformEx

Returns an enumerator for the entire collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<ImageTransformOperationEx>
Specified by:
iterator in interface java.lang.Iterable<ImageTransformOperationEx>
Overrides:
iterator in class ImageTransformEx
Returns:
An IEnumerator for the entire collection.

get_Item

public ImageTransformOperationEx get_Item(int index)
Description copied from class: ImageTransformEx

Returns an ImageTransformOperationEx from the collection by it's index.

Overrides:
get_Item in class ImageTransformEx
Returns:

getSlide

public BaseSlideEx getSlide()
Description copied from class: ImageTransformEx

Returns the parent slide for an ImageTransformEx collection. Read-only BaseSlideEx.

Overrides:
getSlide in class ImageTransformEx

getPresentation

public PresentationEx getPresentation()
Description copied from class: ImageTransformEx

Returns the parent presentation for an ImageTransformEx collection. Read-only PresentationEx.

Overrides:
getPresentation in class ImageTransformEx