com.aspose.slides
Class ColorOperationEx

java.lang.Object
  extended by com.aspose.ms.System.ValueType<T>
      extended by com.aspose.ms.java.Struct<ColorOperationEx>
          extended by com.aspose.slides.ColorOperationEx

public class ColorOperationEx
extends com.aspose.ms.java.Struct<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

ColorOperationEx

public ColorOperationEx()

ColorOperationEx

public ColorOperationEx(int op)

Creates new color transform operation.

Parameters:
op - Operation type.

ColorOperationEx

public ColorOperationEx(int op,
                        float parameter)

Creates new color transform operation.

Parameters:
op - Operation type.
parameter - Operation parameter.
Method Detail

getOperationType

public int getOperationType()

Returns or sets the type of an operation. Read-only ColorTransformOperationEx.


getParameter

public float getParameter()

Returns a parameter of an operation. Read-only float.


CloneTo

public void CloneTo(ColorOperationEx that)
Specified by:
CloneTo in class com.aspose.ms.System.ValueType<ColorOperationEx>

Clone

public ColorOperationEx Clone()
Specified by:
Clone in class com.aspose.ms.System.ValueType<ColorOperationEx>

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

equals

public static boolean equals(ColorOperationEx obj1,
                             ColorOperationEx obj2)