com.aspose.slides
Class ImageTransformOCollectionEffectiveData

java.lang.Object
  extended by com.aspose.slides.ImageTransformOCollectionEffectiveData
All Implemented Interfaces:
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IEffectEffectiveData>, com.aspose.ms.System.Collections.ICollection<IEffectEffectiveData>, com.aspose.ms.System.Collections.IEnumerable<IEffectEffectiveData>, IImageTransformOCollectionEffectiveData, java.lang.Iterable<IEffectEffectiveData>

public class ImageTransformOCollectionEffectiveData
extends java.lang.Object
implements IImageTransformOCollectionEffectiveData

Immutable object which represents a readonly collection of EffectData objects.


Name IImageTransformOperationCollectionEffectiveData truncuted to IImageTransformOCollectionEffectiveData becouse of COM names length cannot be more then 39.


Constructor Summary
ImageTransformOCollectionEffectiveData()
           
 
Method Summary
 void copyTo(com.aspose.ms.System.Array array, int index)
           Copies all elements from the collection into the specified array.
 IEffectEffectiveData get_Item(int index)
           Returns element by index.
 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.Generic.IGenericEnumerator<IEffectEffectiveData> iterator()
           Returns an enumerator that iterates through the collection.
 int size()
           Returns the number of image effects in a collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageTransformOCollectionEffectiveData

public ImageTransformOCollectionEffectiveData()
Method Detail

size

public int size()

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

Specified by:
size in interface com.aspose.ms.System.Collections.ICollection<IEffectEffectiveData>

iterator

public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IEffectEffectiveData> iterator()

Returns an enumerator that iterates through the collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IEffectEffectiveData>
Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<IEffectEffectiveData>
Specified by:
iterator in interface java.lang.Iterable<IEffectEffectiveData>
Returns:
A T:System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.

get_Item

public IEffectEffectiveData get_Item(int index)

Returns element by index.

Specified by:
get_Item in interface IImageTransformOCollectionEffectiveData
Parameters:
index -
Returns:

copyTo

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

Copies all elements from the collection into the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection<IEffectEffectiveData>
Parameters:
array - Array to fill.
index - Starting position in 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<IEffectEffectiveData>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

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