Timeline

scalafx.animation.Timeline
See theTimeline companion class
object Timeline extends AnimationStatics

Companion Object for scalafx.animation.Timeline.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Timeline.type

Members list

Value members

Concrete methods

def apply(keyFrames: Seq[_ <: KeyFrame]): Timeline

Creates a new Timeline from a sequence of scalafx.animation.KeyFrames.

Creates a new Timeline from a sequence of scalafx.animation.KeyFrames.

Value parameters

keyFrames

sequence of scalafx.animation.KeyFrames.

Attributes

Returns

A new Timeline

Inherited fields

Used to specify an animation that repeats indefinitely, until the stop() method is called.

Used to specify an animation that repeats indefinitely, until the stop() method is called.

Attributes

Inherited from:
AnimationStatics

Deprecated and Inherited fields

Attributes

Deprecated
true
Inherited from:
AnimationStatics

Implicits

Implicits

implicit def sfxTimeline2jfx(v: Timeline): Timeline

Converts a ScalaFX Timeline to a JavaFX `Timeline`, extracting its delegate.

Converts a ScalaFX Timeline to a JavaFX `Timeline`, extracting its delegate.

Value parameters

v

ScalaFX Timeline

Attributes

Returns

JavaFX Timeline extracted from v.