BlendRange

Inheritance: java.lang.Object

public final class BlendRange

The blend range.

Constructors

ConstructorDescription
BlendRange()

Methods

MethodDescription
equals(Object arg0)
getClass()
getDestination()Gets or sets the destination blend range.
getSource()Gets or sets the source blend range.
hashCode()
notify()
notifyAll()
setDestination(int value)Gets or sets the destination blend range.
setSource(int value)Gets or sets the source blend range.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BlendRange()

public BlendRange()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDestination()

public final int getDestination()

Gets or sets the destination blend range.

Value: The destination blend range.

Returns: int

getSource()

public final int getSource()

Gets or sets the source blend range.

Value: The source blend range.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDestination(int value)

public final void setDestination(int value)

Gets or sets the destination blend range.

Value: The destination blend range.

Parameters:

ParameterTypeDescription
valueint

setSource(int value)

public final void setSource(int value)

Gets or sets the source blend range.

Value: The source blend range.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int