|
||||||||
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 | |
---|---|
int |
add(int operation)
Adds a new operation to the end of collection. |
int |
add(int operation,
float parameter)
Adds a new operation to the end of collection. |
void |
clear()
Removes all color operations. |
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. |
ColorOperationEx |
get_Item(int index)
Returns or sets the operation at the specified index. |
int |
getCount()
Returns the number of operations in a collection. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
void |
insert(int position,
int operation)
Inserts the new operation to a collection. |
void |
insert(int position,
int operation,
float parameter)
Inserts the new operation to a collection. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an enumerator for the entire collection. |
void |
removeAt(int index)
Removes the color operation from a collection. |
void |
set_Item(int index,
ColorOperationEx value)
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
public int getCount()
ColorTransformEx
Returns the number of operations in a collection.
Read-only int
.
getCount
in class ColorTransformEx
public ColorOperationEx get_Item(int index)
ColorTransformEx
Returns or sets the operation at the specified index.
Read/write ColorOperationEx
.
get_Item
in class ColorTransformEx
public void set_Item(int index, ColorOperationEx value)
set_Item
in class ColorTransformEx
public int add(int operation, float parameter)
ColorTransformEx
Adds a new operation to the end of collection.
add
in class ColorTransformEx
operation
- Operation type.parameter
- Operation's parameter.
public int add(int operation)
ColorTransformEx
Adds a new operation to the end of collection.
add
in class ColorTransformEx
operation
- Operation type.
public void insert(int position, int operation, float parameter)
ColorTransformEx
Inserts the new operation to a collection.
insert
in class ColorTransformEx
position
- The index at which the operation will be inserted.operation
- Operation type.parameter
- Operation's parameter.public void insert(int position, int operation)
ColorTransformEx
Inserts the new operation to a collection.
insert
in class ColorTransformEx
position
- The index at which the operation will be inserted.operation
- Operation type.public void removeAt(int index)
ColorTransformEx
Removes the color operation from a collection.
removeAt
in class ColorTransformEx
index
- Index of a color operation to remove.public void clear()
ColorTransformEx
Removes all color operations.
clear
in class ColorTransformEx
public com.aspose.ms.System.Collections.IEnumerator iterator()
ColorTransformEx
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
iterator
in class ColorTransformEx
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |