scalafx.scene.paint.Stop
See theStop companion object
class Stop(val delegate: Stop) extends SFXDelegate[Stop]
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Gets the color of the gradient at this offset.
Gets the color of the gradient at this offset.
Attributes
Inherited methods
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Value parameters
- ref
-
Object to be compared.
Attributes
- Returns
-
if the other object is equals to this delegate or not.
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
Returns the original delegate's
toString()adding a[SFX]prefix. - Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Concrete fields
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Attributes
In this article