com.aspose.slides
Class ColorOperationExCollection

java.lang.Object
  extended by com.aspose.slides.ColorTransformEx
      extended by com.aspose.slides.ColorOperationExCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, com.aspose.ms.System.ICloneable, java.lang.Iterable

public final class ColorOperationExCollection
extends ColorTransformEx
implements com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.ICloneable

Represents a collection of color transform operations.


Method Summary
 void copyTo(java.lang.Object[] 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

copyTo

public void copyTo(java.lang.Object[] array,
                   int index)

Copies all elements from the collection to the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection
Parameters:
array - Target array.
index - Starting index in the target array.

size

public int size()
Specified by:
size in interface com.aspose.ms.System.Collections.ICollection

isSynchronized

public boolean isSynchronized()

Returns a value indicating whether access to the collection is synchronized (thread-safe).

Specified by:
isSynchronized in interface com.aspose.ms.System.Collections.ICollection

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

Specified by:
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection

deepClone

public java.lang.Object deepClone()

Creates a copy of a ColorTransformEx collection.

Specified by:
deepClone in interface com.aspose.ms.System.ICloneable
Returns:
New ColorTransformEx collection.