DXBrush Class
Base class for brush types.
Declaration
public abstract class DXBrush extends JavaObject implements IEquatable<DXBrush>, IDisposable
Implements
com.devexpress.system.IEquatable<com.devexpress.drawing.DXBrush>
com.devexpress.system.IDisposable
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
DXBrush
DXBrush()
Initializes a new instance of the DXBrush class.
Declaration
public DXBrush()
Methods
clone() Method
Creates a copy of this brush.
Declaration
public abstract DXBrush clone()
Returns
| Type | Description |
|---|---|
DXBrush |
The cloned |
close() Method
Releases resources used by this brush.
Declaration
public void close()
equals(DXBrush other) Method
Checks whether this brush equals the specified brush.
Declaration
public boolean equals(DXBrush other)
Parameters
| Name | Type | Description |
|---|---|---|
| other | DXBrush |
The brush to compare with this brush. |
Returns
| Type | Description |
|---|---|
| boolean |
|