scalafx

animation

package animation

Wraps javafx.animation package.

Source
package.scala
Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. animation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Animation extends SFXDelegate[javafx.animation.Animation]

    Wraps JavaFX's Animation.

  2. trait AnimationIncludes extends AnyRef

    Contains implicit methods to convert classes from javafx.animation classes to their respective ScalaFX versions.

  3. trait AnimationStatics extends AnyRef

    Defines Constants to be used for all scalafx.animation.Animations object companions.

  4. abstract class AnimationTimer extends SFXDelegate[javafx.animation.AnimationTimer]

    Wraps a AnimationTimer.

  5. class FadeTransition extends Transition with SFXDelegate[javafx.animation.FadeTransition]

    Wraps a FadeTransition.

  6. class FillTransition extends Transition with SFXDelegate[javafx.animation.FillTransition]

    Wraps a FillTransition.

  7. class KeyFrame extends SFXDelegate[javafx.animation.KeyFrame]

    Wraps a KeyFrame.

  8. class KeyValue[T, J] extends SFXDelegate[javafx.animation.KeyValue]

    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.

    T

    Indicates Scala type that will be returned for this property.

    J

    Indicates Java type to be wrapped by T. Eventually T and J could be the same.

  9. class ParallelTransition extends Transition with SFXDelegate[javafx.animation.ParallelTransition]

    Wraps a ParallelTransition.

  10. class PathTransition extends Transition with SFXDelegate[javafx.animation.PathTransition]

    Wraps a PathTransition.

  11. class PauseTransition extends Transition with SFXDelegate[javafx.animation.PauseTransition]

    Wraps a PauseTransition.

  12. class RotateTransition extends Transition with SFXDelegate[javafx.animation.RotateTransition]

    Wraps a RotateTransition.

  13. class ScaleTransition extends Transition with SFXDelegate[javafx.animation.ScaleTransition]

    Wraps a ScaleTransition.

  14. class SequentialTransition extends Transition with SFXDelegate[javafx.animation.SequentialTransition]

    Wraps a SequentialTransition.

  15. class StrokeTransition extends Transition with SFXDelegate[javafx.animation.StrokeTransition]

    Wraps a StrokeTransition.

  16. class Timeline extends Animation with SFXDelegate[javafx.animation.Timeline]

    Wraps a Timeline.

  17. abstract class Transition extends Animation with SFXDelegate[javafx.animation.Transition]

    Wraps a Transition.

  18. class TranslateTransition extends Transition with SFXDelegate[javafx.animation.TranslateTransition]

    Wraps a TranslateTransition.

  19. class Tweenable[T, J] extends AnyRef

    Class factory for new scalafx.animation.KeyValues.

    Class factory for new scalafx.animation.KeyValues.

    T

    Indicates Scala type that will be returned for this property.

    J

    Indicates Java type to be wrapped by T. Eventually T and J could be the same.

Value Members

  1. object Animation extends AnimationStatics

    Companion Object for scalafx.animation.Animation.

  2. object AnimationIncludes extends AnimationIncludes

  3. object AnimationTimer

    Companion Object for scalafx.animation.AnimationTimer.

  4. object FadeTransition extends AnimationStatics

    Companion Object for scalafx.animation.FadeTransition.

  5. object FillTransition extends AnimationStatics

    Companion Object for scalafx.animation.FadeTransition.

  6. object Interpolator

    Wraps a Interpolator.

    Wraps a Interpolator. Really no point wrapping the JavaFX Interpolator class, so this just exposes the statics.

  7. object KeyFrame

    Companion Object for scalafx.animation.KeyFrame.

  8. object KeyValue

    Companion Object for scalafx.animation.KeyValue.

  9. object ParallelTransition extends AnimationStatics

    Companion Object for scalafx.animation.ParallelTransition.

  10. object PathTransition extends AnimationStatics

    Companion Object for scalafx.animation.PathTransition.

  11. object PauseTransition extends AnimationStatics

    Companion Object for scalafx.animation.PauseTransition.

  12. object RotateTransition extends AnimationStatics

    Companion Object for scalafx.animation.RotateTransition.

  13. object ScaleTransition extends AnimationStatics

    Companion Object for scalafx.animation.ScaleTransition.

  14. object SequentialTransition extends AnimationStatics

    Companion Object for scalafx.animation.SequentialTransition.

  15. object StrokeTransition extends AnimationStatics

    Companion Object for scalafx.animation.StrokeTransition.

  16. object Timeline extends AnimationStatics

    Companion Object for scalafx.animation.Timeline.

  17. object Transition extends AnimationStatics

    Companion Object for scalafx.animation.Transition.

  18. object TranslateTransition extends AnimationStatics

    Companion Object for scalafx.animation.TranslateTransition.

  19. object Tweenable

    Companion Object for scalafx.animation.Tweenable.

Inherited from AnyRef

Inherited from Any

Ungrouped