ColorTransformBase Class
The base class for color transformations.
Declaration
public abstract class ColorTransformBase extends JavaObject
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
com.devexpress.system.JavaObject
ColorTransformBase
ColorTransformBase()
Initializes a new instance of the ColorTransformBase class.
Declaration
public ColorTransformBase()
Methods
clone() Method
Clones the current ColorTransformBase instance.
Declaration
public ColorTransformBase clone()
Returns
| Type | Description |
|---|---|
ColorTransformBase |
A new instance of the |
cloneCore() Method
When overridden in a derived class, creates a copy of the current object.
Declaration
public abstract ColorTransformBase cloneCore()
Returns
| Type | Description |
|---|---|
ColorTransformBase |
A copy of the current object. |