scalafx.scene.effect.`package`.ColorDelegate
Trait that unifies all Effect subclasses whose Java counterpart has color Property. See type Colored.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
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
-
-
Inherited from:
-
SFXDelegate
Attributes
-
Returns
-
The delegate hashcode
-
Definition Classes
-
-
Inherited from:
-
SFXDelegate
Attributes
-
Returns
-
Returns the original delegate's toString() adding a [SFX] prefix.
-
Definition Classes
-
-
Inherited from:
-
SFXDelegate
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Attributes
-
Inherited from:
-
SFXDelegate