DXTilingBrush Class
Base class for tiling brush objects.
Declaration
public abstract class DXTilingBrush extends DXBrush
Inherited Members
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
JavaObject
DXBrush
DXTilingBrush
Methods
equals(Object obj) Method
Checks whether this tiling brush equals the specified tiling brush.
Declaration
public boolean equals(Object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | The tiling brush to compare. |
Returns
| Type | Description |
|---|---|
| boolean |
|
getTransform() Method
Returns the transform.
Declaration
public DXMatrix getTransform()
Returns
| Type | Description |
|---|---|
| DXMatrix | The |
getWrapMode() Method
Returns the wrap mode.
Declaration
public DXWrapMode getWrapMode()
Returns
| Type | Description |
|---|---|
| DXWrapMode | The |
hashCode() Method
Returns a hash code value for this object.
Declaration
public int hashCode()
Returns
| Type | Description |
|---|---|
| int | The hash code. |
setTransform(DXMatrix value) Method
Specifies the transform.
Declaration
public void setTransform(DXMatrix value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | DXMatrix | The transform. |
setWrapMode(DXWrapMode value) Method
Specifies the wrap mode.
Declaration
public void setWrapMode(DXWrapMode value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | DXWrapMode | The wrap mode. |