KeyFrame

class KeyFrame(val delegate: KeyFrame) extends SFXDelegate[KeyFrame]

Wraps a `KeyFrame`.

Wraps a `KeyFrame`.

Value Params
delegate

JavaFX KeyFrame to be delegated.

Constructor

Creates a new ScalaFX KeyFrame from a JavaFX KeyFrame.

Companion
object
trait SFXDelegate[KeyFrame]
class Object
trait Matchable
class Any

Value members

Concrete methods

def name: String

Returns the name of this KeyFrame.

Returns the name of this KeyFrame.

def onFinished: EventHandler[ActionEvent]

Returns the onFinished event handler of this KeyFrame.

Returns the onFinished event handler of this KeyFrame.

Returns the time offset of this KeyFrame.

Returns the time offset of this KeyFrame.

def values: Set[KeyValue]

Returns an immutable Set of `KeyValue` instances.

Returns an immutable Set of `KeyValue` instances.

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 Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: KeyFrame