Wraps JavaFX's Animation
.
Contains implicit methods to convert classes from
javafx.animation
classes to their
respective ScalaFX versions.
Defines Constants to be used for all scalafx.animation.Animations object companions.
Wraps a AnimationTimer
.
Wraps a FadeTransition
.
Wraps a FillTransition
.
Wraps a KeyFrame
.
Wraps a KeyValue
.
Wraps a KeyValue
.
Defines a key value to be interpolated for a particular interval along the animation.
A KeyFrame, which defines a specific point on a timeline, can hold multiple KeyValue
s.
KeyValue
is an immutable class.
Indicates Scala type that will be returned for this property.
Indicates Java type to be wrapped by T. Eventually T and J could be the same.
Wraps a ParallelTransition
.
Wraps a PathTransition.
Wraps a PauseTransition
.
Wraps a RotateTransition
.
Wraps a ScaleTransition
.
Wraps a SequentialTransition.
Wraps a StrokeTransition.
Wraps a Timeline.
Wraps a Transition
.
Wraps a TranslateTransition.
Class factory for new scalafx.animation.KeyValues.
Class factory for new scalafx.animation.KeyValues.
Indicates Scala type that will be returned for this property.
Indicates Java type to be wrapped by T. Eventually T and J could be the same.
Companion Object for scalafx.animation.Animation.
Companion Object for scalafx.animation.AnimationTimer.
Companion Object for scalafx.animation.FadeTransition.
Companion Object for scalafx.animation.FadeTransition.
Wraps a Interpolator
.
Wraps a Interpolator
.
Really no point wrapping the JavaFX Interpolator
class, so this just exposes the statics.
Companion Object for scalafx.animation.KeyFrame.
Companion Object for scalafx.animation.KeyValue.
Companion Object for scalafx.animation.ParallelTransition.
Companion Object for scalafx.animation.PathTransition.
Companion Object for scalafx.animation.PauseTransition.
Companion Object for scalafx.animation.RotateTransition.
Companion Object for scalafx.animation.ScaleTransition.
Companion Object for scalafx.animation.SequentialTransition.
Companion Object for scalafx.animation.StrokeTransition.
Companion Object for scalafx.animation.Timeline.
Companion Object for scalafx.animation.Transition.
Companion Object for scalafx.animation.TranslateTransition.
Companion Object for scalafx.animation.Tweenable.
Wraps
javafx.animation
package.