scalafx.animation

RotateTransition

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

Wraps a RotateTransition.

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

Instance Constructors

  1. new RotateTransition(duration: Duration, node: Node)

    The constructor of RotateTransition

    The constructor of RotateTransition

    duration

    The duration of the RotateTransition

    node

    The node which will be rotated

  2. new RotateTransition(duration: Duration)

    The constructor of RotateTransition

    The constructor of RotateTransition

    duration

    The duration of the RotateTransition

  3. new RotateTransition(delegate: javafx.animation.RotateTransition = ...)

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.

    Defines whether this Animation reverses direction on alternating cycles.

    Definition Classes
    Animation
  8. def autoReverse_=(ar: Boolean): Unit

    Definition Classes
    Animation
  9. def axis: ObjectProperty[Point3D]

    Specifies the axis of rotation for this RotateTransition.

    Specifies the axis of rotation for this RotateTransition.Default value: null

  10. def axis_=(p: Point3D): Unit

  11. def byAngle: DoubleProperty

    Specifies the incremented stop angle value, from the start, of this RotateTransition.

  12. def byAngle_=(by: Double): Unit

  13. def clone(): AnyRef

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

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

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

    Definition Classes
    Animation
  15. def currentTime: ReadOnlyObjectProperty[Duration]

    Definition Classes
    Animation
  16. def cycleCount: IntegerProperty

    Defines the number of cycles in this animation.

    Defines the number of cycles in this animation.

    Definition Classes
    Animation
  17. def cycleCount_=(r: Int): Unit

    Definition Classes
    Animation
  18. 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).

    Definition Classes
    Animation
  19. def delay: ObjectProperty[Duration]

    Delays the start of an animation.

    Delays the start of an animation.

    Definition Classes
    Animation
  20. def delay_=(d: Duration): Unit

    Definition Classes
    Animation
  21. val delegate: javafx.animation.RotateTransition

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    RotateTransitionTransitionAnimationSFXDelegate
  22. def duration: ObjectProperty[Duration]

    The duration of this RotateTransition.

    The duration of this RotateTransition. Default value: 400ms

  23. def duration_=(d: Duration): Unit

  24. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. def fromAngle: DoubleProperty

    Specifies the start angle value for this RotateTransition.

    Specifies the start angle value for this RotateTransition. Default value: Double.NaN

  28. def fromAngle_=(from: Double): Unit

  29. final def getClass(): Class[_]

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  31. def interpolator: ObjectProperty[Interpolator]

    Definition Classes
    Transition
  32. def interpolator_=(i: Interpolator): Unit

    Definition Classes
    Transition
  33. final def isInstanceOf[T0]: Boolean

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

    Jumps to a predefined position in this Animation.

    Jumps to a predefined position in this Animation.

    Definition Classes
    Animation
  35. def jumpTo(time: Duration): Unit

    Jumps to a given position in this Animation.

    Jumps to a given position in this Animation.

    Definition Classes
    Animation
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. def node: ObjectProperty[Node]

    The target node of this RotateTransition.

  38. def node_=(n: Node): Unit

  39. final def notify(): Unit

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

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

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

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

    Definition Classes
    Animation
  42. def onFinished_=(handler: EventHandler[ActionEvent]): Unit

    Definition Classes
    Animation
  43. def pause: Unit

    Pauses the animation.

    Pauses the animation.

    Definition Classes
    Animation
  44. def play: Unit

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

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

    Definition Classes
    Animation
  45. def playFrom(cuePoint: String): Unit

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

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

    Definition Classes
    Animation
  46. def playFrom(time: Duration): Unit

    Definition Classes
    Animation
  47. def playFromStart: Unit

    Plays timeline from initial position in forward direction.

    Plays timeline from initial position in forward direction.

    Definition Classes
    Animation
  48. def rate: DoubleProperty

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

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

    Definition Classes
    Animation
  49. def rate_=(r: Double): Unit

    Definition Classes
    Animation
  50. def status: ReadOnlyObjectProperty[Status]

    The status of the Animation.

    The status of the Animation.

    Definition Classes
    Animation
  51. def stop(): Unit

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

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

    Definition Classes
    Animation
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def targetFramerate: Double

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

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

    Definition Classes
    Animation
  54. def toAngle: DoubleProperty

    Specifies the stop angle value for this RotateTransition.

    Specifies the stop angle value for this RotateTransition. Default value: Double.NaN

  55. def toAngle_=(to: Double): Unit

  56. def toString(): String

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

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

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

    Definition Classes
    Animation
  58. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Transition

Inherited from Animation

Inherited from SFXDelegate[javafx.animation.RotateTransition]

Inherited from AnyRef

Inherited from Any

Ungrouped