BaseGradient

Inheritance: java.lang.Object

public abstract class BaseGradient

Base gradient definition class. It contains common properties for both types of gradient (Solid and Noise).

Constructors

ConstructorDescription
BaseGradient()

Methods

MethodDescription
equals(Object arg0)
getClass()
getGradientMode()Gets the mode for this gradient.
getGradientName()Gets or sets the name of the gradient.
hashCode()
notify()
notifyAll()
setGradientName(String value)Gets or sets the name of the gradient.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BaseGradient()

public BaseGradient()

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

getGradientMode()

public abstract int getGradientMode()

Gets the mode for this gradient. Determines ‘Gradient Type’ = ‘Solid/Noise’ (0/1).

Returns: int

getGradientName()

public final String getGradientName()

Gets or sets the name of the gradient.

Value: The name of the gradient.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setGradientName(String value)

public final void setGradientName(String value)

Gets or sets the name of the gradient.

Value: The name of the gradient.

Parameters:

ParameterTypeDescription
valuejava.lang.String

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