BaseGradient
Contents
[
Hide
]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
Constructor | Description |
---|---|
BaseGradient() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | java.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:
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 |