scalafx.animation.KeyFrame
See theKeyFrame companion object
class KeyFrame(val delegate: KeyFrame) extends SFXDelegate[KeyFrame]
Wraps a $KF.
Value parameters
- delegate
-
JavaFX $KF to be delegated.
Attributes
- Constructor
-
Creates a new ScalaFX $KF from a JavaFX $KF.
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Returns the onFinished event handler of this KeyFrame.
Returns the onFinished event handler of this KeyFrame.
Attributes
Returns the time offset of this KeyFrame.
Returns the time offset of this KeyFrame.
Attributes
Returns an immutable Set of `KeyValue` instances.
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