Tweenable

scalafx.animation.Tweenable
See theTweenable companion class
object Tweenable

Companion Object for scalafx.animation.Tweenable.

Attributes

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

Members list

Implicits

Implicits

implicit def tweenable2KeyFrame[T, J](t: Tweenable[T, J]): KeyValue[J, J]

Converts a ScalaFX Tweenable to a JavaFX `KeyValue`.

Converts a ScalaFX Tweenable to a JavaFX `KeyValue`.

Value parameters

t

ScalaFX Tweenable

Attributes

Returns

JavaFX KeyValue extracted from t.linear.