|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ColorTransformEx
com.aspose.slides.ColorOperationExCollection
public final class ColorOperationExCollection
Represents a collection of color transform operations.
Method Summary | |
---|---|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
java.lang.Object |
deepClone()
Creates a copy of a ColorTransformEx collection. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
int |
size()
|
Methods inherited from class com.aspose.slides.ColorTransformEx |
---|
add, add, clear, get_Item, getCount, insert, insert, iterator, removeAt, set_Item |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.ms.System.Collections.IEnumerable |
---|
iterator |
Method Detail |
---|
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection
array
- Target array.index
- Starting index in the 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
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection
public java.lang.Object deepClone()
Creates a copy of a ColorTransformEx collection.
deepClone
in interface com.aspose.ms.System.ICloneable
ColorTransformEx
collection.public int size()
size
in interface com.aspose.ms.System.Collections.ICollection
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |