Animation

scalafx.animation.Animation
See theAnimation companion class
object Animation extends AnimationStatics

Companion Object for scalafx.animation.Animation.

Attributes

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

Members list

Type members

Classlikes

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

Wraps `Status`

Wraps `Status`

Value parameters

delegate

JavaFX Status to be delegated.

Attributes

Constructor

Creates a new ScalaFX Status from a JavaFX Status.

Companion
object
Supertypes
trait SFXEnumDelegate[Status]
trait SFXDelegate[Status]
class Object
trait Matchable
class Any
Known subtypes
object Paused.type
object Running.type
object Stopped.type
object Status extends SFXEnumDelegateCompanion[Status, Status]

Companion Object for Status, where its values are defined.

Companion Object for Status, where its values are defined.

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Status.type

Value members

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 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 parameters

v

ScalaFX Animation

Attributes

Returns

Delegated JavaFX Animation extracted from v.