com.spire.presentation.collections
Class EffectDataCollection

java.lang.Object
  extended by com.spire.presentation.collections.EffectDataCollection
All Implemented Interfaces:
com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable

public class EffectDataCollection
extends java.lang.Object
implements com.spire.ms.System.Collections.ICollection

Represents a readonly collection of EffectData objects.


Constructor Summary
EffectDataCollection()
           
 
Method Summary
 void copyTo(java.lang.Object[] array, int index)
          Copies all elements from the collection into the specified array.
 EffectNode get(int index)
          Gets element by index.
 int getCount()
          Gets the number of image effects in a collection.
 java.lang.Object getSyncRoot()
          Gets a synchronization root.
 boolean isSynchronized()
          Gets a value indicating whether access to the collection is synchronized (thread-safe).
 com.spire.ms.System.Collections.IEnumerator iterator()
           
 int size()
          Gets the size of the collection.
 

Constructor Detail

EffectDataCollection

public EffectDataCollection()
Method Detail

getCount

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

Returns:

size

public int size()
Gets the size of the collection.

Returns:

get

public EffectNode get(int index)
Gets 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.

Parameters:
array -
index -

isSynchronized

public boolean isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread-safe).

Returns:

getSyncRoot

public java.lang.Object getSyncRoot()
Gets a synchronization root. Readonly .

Returns:

iterator

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