Package

scalafx

animation

Permalink

package animation

Wraps javafx.animation package.

Source
package.scala
Linear Supertypes
Content Hierarchy
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. animation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Wraps JavaFX's Animation.

  2. trait AnimationIncludes extends AnyRef

    Permalink

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

  3. trait AnimationStatics extends AnyRef

    Permalink

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

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

    Permalink

    Wraps a AnimationTimer.

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

    Permalink

    Wraps a FadeTransition.

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

    Permalink

    Wraps a FillTransition.

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

    Permalink

    Wraps a KeyFrame.

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

    Permalink

    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]

    Permalink

    Wraps a ParallelTransition.

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

    Permalink

    Wraps a PathTransition.

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

    Permalink

    Wraps a PauseTransition.

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

    Permalink

    Wraps a RotateTransition.

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

    Permalink

    Wraps a ScaleTransition.

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

    Permalink

    Wraps a SequentialTransition.

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

    Permalink

    Wraps a StrokeTransition.

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

    Permalink

    Wraps a Timeline.

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

    Permalink

    Wraps a Transition.

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

    Permalink

    Wraps a TranslateTransition.

  19. class Tweenable[T, J] extends AnyRef

    Permalink

    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

    Permalink

    Companion Object for scalafx.animation.Animation.

  2. object AnimationIncludes extends AnimationIncludes

    Permalink
  3. object AnimationTimer

    Permalink

    Companion Object for scalafx.animation.AnimationTimer.

  4. object FadeTransition extends AnimationStatics

    Permalink

    Companion Object for scalafx.animation.FadeTransition.

  5. object FillTransition extends AnimationStatics

    Permalink

    Companion Object for scalafx.animation.FadeTransition.

  6. object Interpolator

    Permalink

    Wraps a Interpolator.

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

  7. object KeyFrame

    Permalink

    Companion Object for scalafx.animation.KeyFrame.

  8. object KeyValue

    Permalink

    Companion Object for scalafx.animation.KeyValue.

  9. object ParallelTransition extends AnimationStatics

    Permalink

    Companion Object for scalafx.animation.ParallelTransition.

  10. object PathTransition extends AnimationStatics

    Permalink

    Companion Object for scalafx.animation.PathTransition.

  11. object PauseTransition extends AnimationStatics

    Permalink

    Companion Object for scalafx.animation.PauseTransition.

  12. object RotateTransition extends AnimationStatics

    Permalink

    Companion Object for scalafx.animation.RotateTransition.

  13. object ScaleTransition extends AnimationStatics

    Permalink

    Companion Object for scalafx.animation.ScaleTransition.

  14. object SequentialTransition extends AnimationStatics

    Permalink

    Companion Object for scalafx.animation.SequentialTransition.

  15. object StrokeTransition extends AnimationStatics

    Permalink

    Companion Object for scalafx.animation.StrokeTransition.

  16. object Timeline extends AnimationStatics

    Permalink

    Companion Object for scalafx.animation.Timeline.

  17. object Transition extends AnimationStatics

    Permalink

    Companion Object for scalafx.animation.Transition.

  18. object TranslateTransition extends AnimationStatics

    Permalink

    Companion Object for scalafx.animation.TranslateTransition.

  19. object Tweenable

    Permalink

    Companion Object for scalafx.animation.Tweenable.

Inherited from AnyRef

Inherited from Any

Ungrouped