effectdatacollection-ag凯发旗舰厅



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()


网站地图