|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectDataExCollection
public class EffectDataExCollection
Immutable object which represents a readonly collection of EffectDataEx objects.
Constructor Summary | |
---|---|
EffectDataExCollection()
|
Method Summary | |
---|---|
void |
copyTo(com.aspose.ms.System.Array 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 |
---|
public EffectDataExCollection()
Method Detail |
---|
public int size()
Returns the number of image effects in a collection.
Read-only int
.
size
in interface com.aspose.ms.System.Collections.ICollection<EffectDataEx>
public com.aspose.ms.System.Collections.IEnumerator<EffectDataEx> iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<EffectDataEx>
iterator
in interface java.lang.Iterable<EffectDataEx>
IEnumerator
for the entire collection.public EffectDataEx get_Item(int index)
Returns element by index.
index
-
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection into the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<EffectDataEx>
array
- Array to fill.index
- Starting position in target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<EffectDataEx>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<EffectDataEx>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |