Duration time
Function which returns a scalafx.animation.KeyValue scala.collection.immutable.Set
new KeyFrame
Generates a ScalaFX Animation
from its JavaFX counterparty.
Generates a ScalaFX Animation.Status
from its JavaFX counterparty.
Generates a ScalaFX AnimationTimer
from its JavaFX counterparty.
Generates a ScalaFX FadeTransition
from its JavaFX counterparty.
Generates a ScalaFX FillTransition
from its JavaFX counterparty.
Converts a Interpolatable
to a scala.Function2.
Converts a Interpolatable
to a scala.Function2.
type of function
Interpolatable
instance
A scala.Function2 that receives a instance of T and a Double (between 0.0 and 1.0) and returns a T Instance
according interpolate
method
Generates a ScalaFX KeyFrame
from its JavaFX counterparty.
Generates a ScalaFX KeyValue
from its JavaFX counterparty.
Generates a ScalaFX ParallelTransition
from its JavaFX counterparty.
Generates a ScalaFX PathTransition
from its JavaFX counterparty.
Generates a ScalaFX PathTransition.OrientationType
from its JavaFX counterparty.
Generates a ScalaFX PauseTransition
from its JavaFX counterparty.
Generates a ScalaFX RotateTransition
from its JavaFX counterparty.
Generates a ScalaFX ScaleTransition
from its JavaFX counterparty.
Generates a ScalaFX SequentialTransition
from its JavaFX counterparty.
Generates a ScalaFX StrokeTransition
from its JavaFX counterparty.
Generates a ScalaFX Timeline
from its JavaFX counterparty.
Generates a ScalaFX Transition
from its JavaFX counterparty.
Generates a ScalaFX TranslateTransition
from its JavaFX counterparty.
Converts a scala.Function2 to a Interpolatable
Implementation.
Converts a scala.Function2 to a Interpolatable
Implementation.
Type of Function
Function that receives a instance of T and a Double (between 0.0 and 1.0) and returns a T Instance.
A new instance of Interpolatable
which interpolate
method calls f
function.
Converts a Set
of scalafx.animation.Tweenables in a Set
of scalafx.animation.KeyValues.
Converts a Set
of scalafx.animation.Tweenables in a Set
of scalafx.animation.KeyValues.
Set
of scalafx.animation.Tweenables
Set
of scalafx.animation.KeyValues.
Wraps a scalafx.animation.KeyFrame in a Seq
.
Wraps a scalafx.animation.KeyFrame in a Seq
.
KeyFrame
to be wrapped.
Seq
wrapping the KeyFrame
.
Wraps a scalafx.animation.KeyValue in a Set
.
Wraps a scalafx.animation.KeyValue in a Set
.
KeyValue
to be injected.
Set
wrapping the KeyValue
Wraps a scalafx.animation.Tweenable in a Set
.
Wraps a scalafx.animation.Tweenable in a Set
.
Tweenable
to be injected.
Set
wrapping the Tweenable
Contains implicit methods to convert classes from
javafx.animation
classes to their respective ScalaFX versions.