GradientStop

Inheritance: java.lang.Object

public class GradientStop

Represents the gradient stop.

Constructors

ConstructorDescription
GradientStop()

Methods

MethodDescription
deepClone()Creates deep copy of this instance.
equals(Object arg0)
getClass()
getColor()Gets the color of this gradient stop.
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()
setColor(ColorValue value)For the description of this property, please see getColor()
setPosition(DoubleValue value)For the description of this property, please see getPosition()
setTransparency(DoubleValue value)For the description of this property, please see getTransparency()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GradientStop()

public GradientStop()

deepClone()

public Object deepClone()

Creates deep copy of this instance.

Returns: java.lang.Object -

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

getColor()

public ColorValue getColor()

Gets the color of this gradient stop.

Returns: ColorValue

getPosition()

public DoubleValue getPosition()

The position of the stop.

Returns: DoubleValue

getTransparency()

public DoubleValue getTransparency()

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Returns: DoubleValue

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setColor(ColorValue value)

public void setColor(ColorValue value)

For the description of this property, please see getColor()

Parameters:

ParameterTypeDescription
valueColorValue

setPosition(DoubleValue value)

public void setPosition(DoubleValue value)

For the description of this property, please see getPosition()

Parameters:

ParameterTypeDescription
valueDoubleValue

setTransparency(DoubleValue value)

public void setTransparency(DoubleValue value)

For the description of this property, please see getTransparency()

Parameters:

ParameterTypeDescription
valueDoubleValue

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