| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.collections.EffectDataCollection
public class EffectDataCollection
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 | 
|---|
public EffectDataCollection()
| Method Detail | 
|---|
public int getCount()
public int size()
public EffectNode get(int index)
index - 
public void copyTo(java.lang.Object[] array,
                   int index)
array - index - public boolean isSynchronized()
public java.lang.Object getSyncRoot()
public com.spire.ms.System.Collections.IEnumerator iterator()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||