|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ColorTransformEx
public class ColorTransformEx
Represents collection of operations used to transform a color.
Method Summary | |
---|---|
int |
add(ColorTransformOperationEx operation)
Adds a new operation to the end of collection. |
int |
add(ColorTransformOperationEx operation,
float parameter)
Adds a new operation to the end of collection. |
void |
clear()
Removes all color operations. |
java.lang.Object |
clone()
Creates a copy of a ColorTransformEx collection. |
ColorOperationEx |
get(int index)
Returns the operation at the specified index. |
void |
insert(int position,
ColorTransformOperationEx operation)
Inserts the new operation to a collection. |
void |
insert(int position,
ColorTransformOperationEx operation,
float parameter)
Inserts the new operation to a collection. |
void |
remove(int index)
Removes the color operation from a collection. |
void |
set(int index,
ColorOperationEx value)
Sets the operation at the specified index. |
int |
size()
Returns the number of operations in a collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public ColorOperationEx get(int index)
index
- index of an operation.
ColorOperationEx
.public void set(int index, ColorOperationEx value)
index
- index of an operation to set.value
- new color operation. See ColorOperationEx
.public int add(ColorTransformOperationEx operation, float parameter)
operation
- operation type. See ColorTransformOperationEx
.parameter
- operation's parameter.
public int add(ColorTransformOperationEx operation)
operation
- operation type. See ColorTransformOperationEx
.
public void insert(int position, ColorTransformOperationEx operation, float parameter)
position
- The index at which the operation will be inserted.operation
- operation type. See ColorTransformOperationEx
.parameter
- operation's parameter.public void insert(int position, ColorTransformOperationEx operation)
position
- The index at which the operation will be inserted.operation
- operation type. See ColorTransformOperationEx
.public void remove(int index)
index
- Index of a color operation to remove.public void clear()
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |