|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.ValueType<T>
com.aspose.ms.java.Struct<ColorOperationEx>
com.aspose.slides.ColorOperationEx
public class ColorOperationEx
Represents different color operations used for color transformations.
Constructor Summary | |
---|---|
ColorOperationEx()
|
|
ColorOperationEx(int op)
Creates new color transform operation. |
|
ColorOperationEx(int op,
float parameter)
Creates new color transform operation. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
ColorOperationEx |
Clone()
|
void |
CloneTo(ColorOperationEx that)
|
static boolean |
equals(ColorOperationEx obj1,
ColorOperationEx obj2)
|
boolean |
equals(java.lang.Object obj)
|
int |
getOperationType()
Returns or sets the type of an operation. |
float |
getParameter()
Returns a parameter of an operation. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorOperationEx()
public ColorOperationEx(int op)
Creates new color transform operation.
op
- Operation type.public ColorOperationEx(int op, float parameter)
Creates new color transform operation.
op
- Operation type.parameter
- Operation parameter.Method Detail |
---|
public int getOperationType()
Returns or sets the type of an operation.
Read-only ColorTransformOperationEx
.
public float getParameter()
Returns a parameter of an operation.
Read-only float
.
public void CloneTo(ColorOperationEx that)
CloneTo
in class com.aspose.ms.System.ValueType<ColorOperationEx>
public ColorOperationEx Clone()
Clone
in class com.aspose.ms.System.ValueType<ColorOperationEx>
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static boolean equals(ColorOperationEx obj1, ColorOperationEx obj2)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |