|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ColorOperationEx
public class ColorOperationEx
Represents different color operations used for color transformations.
Constructor Summary | |
---|---|
ColorOperationEx(ColorTransformOperationEx op)
Creates new color transform operation. |
|
ColorOperationEx(ColorTransformOperationEx op,
float parameter)
Creates new color transform operation. |
Method Summary | |
---|---|
ColorTransformOperationEx |
getOperationType()
Returns the type of an operation. |
float |
getParameter()
Returns a parameter of an operation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorOperationEx(ColorTransformOperationEx op)
op
- operation type. See ColorTransformOperationEx
.public ColorOperationEx(ColorTransformOperationEx op, float parameter)
op
- operation type. See ColorTransformOperationEx
.parameter
- operation parameter.Method Detail |
---|
public ColorTransformOperationEx getOperationType()
ColorTransformOperationEx
.public float getParameter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |