PathTransition

scalafx.animation.PathTransition
See thePathTransition companion class

Companion Object for scalafx.animation.PathTransition.

Attributes

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

Members list

Type members

Classlikes

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

Value parameters

delegate

JavaFX OrientationType to be delegated.

Attributes

Constructor

Creates a new ScalaFX OrientationType from a JavaFX OrientationType.

Companion
object
Supertypes
trait SFXEnumDelegate[OrientationType]
trait SFXDelegate[OrientationType]
class Object
trait Matchable
class Any
Known subtypes
object None.type
object OrthogonalToTangent.type
object OrientationType extends SFXEnumDelegateCompanion[OrientationType, OrientationType]

Companion Object for OrientationType, where its values are defined.

Companion Object for OrientationType, where its values are defined.

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait SFXEnumDelegateCompanion[OrientationType, OrientationType]
class Object
trait Matchable
class Any
Show all
Self 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 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 parameters

v

ScalaFX PathTransition

Attributes

Returns

JavaFX PathTransition extracted from v.