effectdatacollection-ag凯发旗舰厅
com.spire.presentation.collections
class effectdatacollection
java.lang.object
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.
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. |
effectdatacollection
public effectdatacollection()
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()