com.aspose.slides
Class EffectDataExCollection

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

public class EffectDataExCollection
extends java.lang.Object
implements com.aspose.ms.System.Collections.ICollection<EffectDataEx>

Immutable object which represents a readonly collection of EffectDataEx objects.


Constructor Summary
EffectDataExCollection()
           
 
Method Summary
 void copyTo(java.lang.Object[] array, int index)
           Copies all elements from the collection into the specified array.
 EffectDataEx 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.IEnumerator<EffectDataEx> iterator()
           Returns an enumerator for the entire 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

EffectDataExCollection

public EffectDataExCollection()
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<EffectDataEx>

iterator

public com.aspose.ms.System.Collections.IEnumerator<EffectDataEx> iterator()

Returns an enumerator for the entire collection.

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

get_Item

public EffectDataEx get_Item(int index)

Returns element by index.

Parameters:
index -
Returns:

copyTo

public void copyTo(java.lang.Object[] array,
                   int index)

Copies all elements from the collection into the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection<EffectDataEx>
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<EffectDataEx>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

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