Animation

object Animation extends AnimationStatics

Companion Object for scalafx.animation.Animation.

Companion Object for scalafx.animation.Animation.

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object Status extends SFXEnumDelegateCompanion[Status, Status]

Companion Object for Status, where its values are defined.

Companion Object for Status, where its values are defined.

Companion
class
sealed abstract class Status(val delegate: Status) extends SFXEnumDelegate[Status]

Wraps `Status`

Wraps `Status`

Value Params
delegate

JavaFX Status to be delegated.

Constructor

Creates a new ScalaFX Status from a JavaFX Status.

Companion
object

Value members

Inherited fields

val Indefinite: Int

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.

Inherited from
AnimationStatics

Deprecated and Inherited fields

@deprecated("Use Indefinite; INDEFINITE will be removed in a future release", "2.2.60")
val INDEFINITE: Int
Deprecated
Inherited from
AnimationStatics

Implicits

Implicits

implicit def sfxAnimation2jfx(v: Animation): Animation

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

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

Value Params
v

ScalaFX Animation

Returns

Delegated JavaFX Animation extracted from v.