GradientMapSettings

Inheritance: java.lang.Object

public class GradientMapSettings

Gradient settings class for gradient map layer. It contains common properties for both types of gradient (Solid and Noise).

Constructors

ConstructorDescription
GradientMapSettings()Initializes a new instance of the GradientMapSettings class.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDither()Gets or sets a value indicating whether this GradientFillSettings is dither.
getGradient()Gets or sets specific gradient definition instance (Solid/Noise).
getReverse()Gets or sets a value indicating whether this GradientFillSettings is reverse.
hashCode()
notify()
notifyAll()
setDither(boolean value)Gets or sets a value indicating whether this GradientFillSettings is dither.
setGradient(BaseGradient value)Gets or sets specific gradient definition instance (Solid/Noise).
setReverse(boolean value)Gets or sets a value indicating whether this GradientFillSettings is reverse.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GradientMapSettings()

public GradientMapSettings()

Initializes a new instance of the GradientMapSettings class.

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

getDither()

public final boolean getDither()

Gets or sets a value indicating whether this GradientFillSettings is dither.

Value: true if dither; otherwise, false .

Returns: boolean

getGradient()

public final BaseGradient getGradient()

Gets or sets specific gradient definition instance (Solid/Noise).

Returns: BaseGradient

getReverse()

public final boolean getReverse()

Gets or sets a value indicating whether this GradientFillSettings is reverse.

Value: true if reverse; otherwise, false .

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDither(boolean value)

public final void setDither(boolean value)

Gets or sets a value indicating whether this GradientFillSettings is dither.

Value: true if dither; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setGradient(BaseGradient value)

public final void setGradient(BaseGradient value)

Gets or sets specific gradient definition instance (Solid/Noise).

Parameters:

ParameterTypeDescription
valueBaseGradient

setReverse(boolean value)

public final void setReverse(boolean value)

Gets or sets a value indicating whether this GradientFillSettings is reverse.

Value: true if reverse; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

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