PathTransition

Companion Object for scalafx.animation.PathTransition.

Companion Object for scalafx.animation.PathTransition.

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object OrientationType extends SFXEnumDelegateCompanion[OrientationType, OrientationType]

Companion Object for OrientationType, where its values are defined.

Companion Object for OrientationType, where its values are defined.

Companion
class
sealed abstract class OrientationType(val delegate: OrientationType) extends SFXEnumDelegate[OrientationType]
Value Params
delegate

JavaFX OrientationType to be delegated.

Constructor

Creates a new ScalaFX OrientationType from a JavaFX OrientationType.

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 sfxPathTransition2jfx(v: PathTransition): PathTransition

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

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

Value Params
v

ScalaFX PathTransition

Returns

JavaFX PathTransition extracted from v.