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
| Constructor | Description |
|---|---|
| GradientMapSettings() | Initializes a new instance of the GradientMapSettings class. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setGradient(BaseGradient value)
public final void setGradient(BaseGradient value)
Gets or sets specific gradient definition instance (Solid/Noise).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | BaseGradient |
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:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |