GradientStopEffectiveData
GradientStopEffectiveData class
Immutable object which represents a gradient stop.
equals
Name | Description |
---|---|
equals (Object) | Determines whether the specified GradientStopEffectiveData is equal to the current GradientStopEffectiveData. |
Parameters:
Name | Type | Description |
---|---|---|
obj | Object | The GradientStopEffectiveData to compare. |
Returns: boolean
getColor
Name | Description |
---|---|
getColor () | Returns the color of a gradient stop. Read-only java.awt.Color. |
Returns: Color
getPosition
Name | Description |
---|---|
getPosition () | Returns the position (0..1) of a gradient stop. Read-only float. |
Returns: float
hashCode
Name | Description |
---|---|
hashCode () |
Returns: int