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.

Result: boolean


getColor

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

Result: Color


getPosition

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

Result: float


hashCode

NameDescription
hashCode()

Result: int