GradientStopEffectiveData

GradientStopEffectiveData class

Immutable object which represents a gradient stop.

equals

NameDescription
equals (Object)Determines whether the specified GradientStopEffectiveData is equal to the current GradientStopEffectiveData.

Parameters:

NameTypeDescription
objObjectThe GradientStopEffectiveData to compare.

Returns: boolean


getColor

NameDescription
getColor ()Returns the color of a gradient stop. Read-only java.awt.Color.

Returns: Color


getPosition

NameDescription
getPosition ()Returns the position (0..1) of a gradient stop. Read-only float.

Returns: float


hashCode

NameDescription
hashCode ()

Returns: int