KeyFrame

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
trait SFXDelegate[KeyFrame]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def name: String

Returns the name of this KeyFrame.

Returns the name of this KeyFrame.

Attributes

def onFinished: EventHandler[ActionEvent]

Returns the onFinished event handler of this KeyFrame.

Returns the onFinished event handler of this KeyFrame.

Attributes

def time: Duration

Returns the time offset of this KeyFrame.

Returns the time offset of this KeyFrame.

Attributes

def values: Set[KeyValue]

Returns an immutable Set of `KeyValue` instances.

Returns an immutable Set of `KeyValue` instances.

Attributes

Inherited methods

override def equals(ref: Any): Boolean

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
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: KeyFrame

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes