Skip to main content

DXBlend Class

Blend factors and positions.

Declaration

public class DXBlend 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
DXBlend

Constructors

DXBlend() Constructor

Initializes a new instance of the DXBlend class.

Declaration

public DXBlend()

DXBlend(int count) Constructor

Initializes a new instance of the DXBlend class with specified settings.

Declaration

public DXBlend(int count)

Parameters

Name Type Description
count int

The number of blend factors and positions.

Methods

equals(Object obj) Method

Checks whether this blend equals the specified object.

Declaration

public boolean equals(Object obj)

Parameters

Name Type Description
obj Object

The object to compare with this blend.

Returns

Type Description
boolean

true if the object equals this blend; otherwise, false.

getFactors() Method

Returns blend factors.

Declaration

public float[] getFactors()

Returns

Type Description
float[]

Blend factors.

getPositions() Method

Returns blend positions.

Declaration

public float[] getPositions()

Returns

Type Description
float[]

Blend positions.

hashCode() Method

Returns a hash code value for this object.

Declaration

public int hashCode()

Returns

Type Description
int

The hash code.

setFactors(float[] value) Method

Specifies blend factors.

Declaration

public void setFactors(float[] value)

Parameters

Name Type Description
value float[]

Blend factors.

setPositions(float[] value) Method

Specifies blend positions.

Declaration

public void setPositions(float[] value)

Parameters

Name Type Description
value float[]

Blend positions.