|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ColorTransformEx
@Deprecated public abstract class ColorTransformEx
Represents collection of operations used to transform a color.
Method Summary | |
---|---|
int |
add(int operation)
Deprecated. Adds a new operation to the end of collection. |
int |
add(int operation,
float parameter)
Deprecated. Adds a new operation to the end of collection. |
void |
clear()
Deprecated. Removes all color operations. |
ColorOperationEx |
get_Item(int index)
Deprecated. Returns or sets the operation at the specified index. |
int |
getCount()
Deprecated. Returns the number of operations in a collection. |
void |
insert(int position,
int operation)
Deprecated. Inserts the new operation to a collection. |
void |
insert(int position,
int operation,
float parameter)
Deprecated. Inserts the new operation to a collection. |
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
void |
removeAt(int index)
Deprecated. Removes the color operation from a collection. |
void |
set_Item(int index,
ColorOperationEx value)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Returns the number of operations in a collection.
Read-only int
.
public ColorOperationEx get_Item(int index)
Returns or sets the operation at the specified index.
Read/write ColorOperationEx
.
public void set_Item(int index, ColorOperationEx value)
public int add(int operation, float parameter)
Adds a new operation to the end of collection.
operation
- Operation type.parameter
- Operation's parameter.
public int add(int operation)
Adds a new operation to the end of collection.
operation
- Operation type.
public void insert(int position, int operation, float parameter)
Inserts the new operation to a collection.
position
- The index at which the operation will be inserted.operation
- Operation type.parameter
- Operation's parameter.public void insert(int position, int operation)
Inserts the new operation to a collection.
position
- The index at which the operation will be inserted.operation
- Operation type.public void removeAt(int index)
Removes the color operation from a collection.
index
- Index of a color operation to remove.public void clear()
Removes all color operations.
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |