GradientStop
Inheritance: java.lang.Object
public class GradientStop
Represents the gradient stop.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getCellsColor() | Gets the color of this gradient stop. |
getClass() | |
getPosition() | The position of the stop. |
getTransparency() | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
hashCode() | |
notify() | |
notifyAll() | |
setPosition(double value) | The position of the stop. |
setTransparency(double value) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getCellsColor()
public CellsColor getCellsColor()
Gets the color of this gradient stop.
Returns: CellsColor
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getPosition()
public double getPosition()
The position of the stop.
Returns: double
getTransparency()
public double getTransparency()
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
Returns: double
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setPosition(double value)
public void setPosition(double value)
The position of the stop.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setTransparency(double value)
public void setTransparency(double value)
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native 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 |