GradientStop

Inheritance: java.lang.Object

public class GradientStop

Represents the gradient stop.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuedouble

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:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int