scalafx.animation

Animation

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

Wraps Animation.

Linear Supertypes
SFXDelegate[javafx.animation.Animation], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Animation
  2. SFXDelegate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Animation(delegate: javafx.animation.Animation)

    Attributes
    protected

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def autoReverse: BooleanProperty

    Defines whether this Animation reverses direction on alternating cycles.

  8. def autoReverse_=(ar: Boolean): Unit

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def currentRate: ReadOnlyDoubleProperty

    Read-only variable to indicate current direction/speed at which the Timeline is being played.

  11. def currentTime: ReadOnlyObjectProperty[Duration]

  12. def cycleCount: IntegerProperty

    Defines the number of cycles in this animation.

  13. def cycleCount_=(r: Int): Unit

  14. def cycleDuration: ReadOnlyObjectProperty[Duration]

    Read-only variable to indicate the duration of one cycle of this Timeline: the time it takes to play from time 0 to the KeyFrame with the largest time (at the default rate of 1.

    Read-only variable to indicate the duration of one cycle of this Timeline: the time it takes to play from time 0 to the KeyFrame with the largest time (at the default rate of 1.0).

  15. def delay: ObjectProperty[Duration]

    Delays the start of an animation.

  16. def delay_=(d: Duration): Unit

  17. val delegate: javafx.animation.Animation

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    AnimationSFXDelegate
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(ref: Any): Boolean

    Definition Classes
    SFXDelegate → AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    SFXDelegate → AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def jumpTo(cuePoint: String): Unit

    Jumps to a predefined position in this Animation.

  25. def jumpTo(time: Duration): Unit

    Jumps to a given position in this Animation.

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def onFinished: ObjectProperty[EventHandler[ActionEvent]]

    The action to be executed at the conclusion of this Animation.

  30. def onFinished_=(handler: EventHandler[ActionEvent]): Unit

  31. def pause: Unit

    Pauses the animation.

  32. def play: Unit

    Plays Timeline from current position in the direction indicated by rate.

  33. def playFrom(cuePoint: String): Unit

    A convenience method to play this Animation from a predefined position.

  34. def playFrom(time: Duration): Unit

  35. def playFromStart: Unit

    Plays timeline from initial position in forward direction.

  36. def rate: DoubleProperty

    Defines the direction/speed at which the Timeline is expected to be played.

  37. def rate_=(r: Double): Unit

  38. def status: ReadOnlyObjectProperty[Status]

    The status of the Animation.

  39. def stop(): Unit

    Stops the animation and resets the play head to its initial position.

  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def targetFramerate: Double

    The target framerate is the maximum framerate at which this animation will run, in frames per second.

  42. def toString(): String

    Definition Classes
    SFXDelegate → AnyRef → Any
  43. def totalDuration: ReadOnlyObjectProperty[Duration]

    Read-only variable to indicate the total duration of this Timeline, including repeats.

  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SFXDelegate[javafx.animation.Animation]

Inherited from AnyRef

Inherited from Any

Ungrouped