scalafx.animation

TranslateTransition

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

Wraps a TranslateTransition.

Source
TranslateTransition.scala
Linear Supertypes
Transition, Animation, SFXDelegate[javafx.animation.TranslateTransition], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TranslateTransition
  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 TranslateTransition(duration: Duration, node: Node)

    The constructor of TranslateTransition

    The constructor of TranslateTransition

    duration

    The duration of the TranslateTransition

    node

    The node which will be translated

  2. new TranslateTransition(duration: Duration)

    The constructor of TranslateTransition

    The constructor of TranslateTransition

    duration

    The duration of the TranslateTransition

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

    Creates a new ScalaFX TranslateTransition from a JavaFX TranslateTransition.

    Creates a new ScalaFX TranslateTransition from a JavaFX TranslateTransition.

    delegate

    JavaFX TranslateTransition to be delegated.

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. Default value: false.

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

    Definition Classes
    Animation
  9. def byX: DoubleProperty

    Specifies the incremented stop X coordinate value, from the start, of this TranslateTransition.

  10. def byX_=(x: Double): Unit

  11. def byY: DoubleProperty

    Specifies the incremented stop Y coordinate value, from the start, of this TranslateTransition.

  12. def byY_=(y: Double): Unit

  13. def byZ: DoubleProperty

    Specifies the incremented stop Z coordinate value, from the start, of this TranslateTransition.

  14. def byZ_=(z: Double): Unit

  15. def clone(): AnyRef

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

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

    Read-only variable to indicate current direction/speed at which the Animation is being played. Default value: 0.0.

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

    Defines the Animation's play head position.

    Defines the Animation's play head position. Default value: 0ms.

    Definition Classes
    Animation
  18. def cycleCount: IntegerProperty

    Defines the number of cycles in this Animation.

    Defines the number of cycles in this Animation. Default value: 0ms

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

    Definition Classes
    Animation
  20. def cycleDuration: ReadOnlyObjectProperty[Duration]

    Read-only variable to indicate the duration of one cycle of this Animation: the time it takes to play from time 0 to the KeyFrame with the largest time.

    Read-only variable to indicate the duration of one cycle of this Animation: the time it takes to play from time 0 to the KeyFrame with the largest time. Default value: 1.0

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

    Delays the start of an Animation.

    Delays the start of an Animation. Default value: 0ms.

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

    Definition Classes
    Animation
  23. val delegate: javafx.animation.TranslateTransition

    JavaFX TranslateTransition to be delegated.

    JavaFX TranslateTransition to be delegated.

    Definition Classes
    TranslateTransitionTransitionAnimationSFXDelegate
  24. def duration: ObjectProperty[Duration]

    The duration of the TranslateTransition.

    The duration of the TranslateTransition. Default value: 400ms

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

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

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

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

    if the other object is equals to this delegate or not.

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def fromX: DoubleProperty

    Specifies the start X coordinate value of this TranslateTransition.

    Specifies the start X coordinate value of this TranslateTransition. Default value: Double.NaN

  30. def fromX_=(x: Double): Unit

  31. def fromY: DoubleProperty

    Specifies the start Y coordinate value of this TranslateTransition.

    Specifies the start Y coordinate value of this TranslateTransition. Default value: Double.NaN

  32. def fromY_=(y: Double): Unit

  33. def fromZ: DoubleProperty

    Specifies the start Z coordinate value of this TranslateTransition.

    Specifies the start Z coordinate value of this TranslateTransition. Default value: Double.NaN

  34. def fromZ_=(z: Double): Unit

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

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

    returns

    The delegate hashcode

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

    Controls the timing for acceleration and deceleration at each Transition cycle.

    Controls the timing for acceleration and deceleration at each Transition cycle. Default Value: Interpolator.EASE_BOTH.

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

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

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

    Jumps to a predefined position in this Animation.

    Jumps to a predefined position in this Animation.

    cuePoint

    the name of the cue point

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

    Jumps to a given position in this Animation.

    Jumps to a given position in this Animation.

    time

    the new position

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

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

    The target node of this TranslateTransition.

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

  45. final def notify(): Unit

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

    Definition Classes
    AnyRef
  47. 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
  48. def onFinished_=(handler: EventHandler[ActionEvent]): Unit

    Definition Classes
    Animation
  49. def pause(): Unit

    Pauses the Animation.

    Pauses the Animation.

    Definition Classes
    Animation
  50. def play(): Unit

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

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

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

    cuePoint

    name of the cue point

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

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

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

    time

    position where to play from

    Definition Classes
    Animation
  53. def playFromStart(): Unit

    Plays an Animation from initial position in forward direction.

    Plays an Animation from initial position in forward direction.

    Definition Classes
    Animation
  54. def rate: DoubleProperty

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

    Defines the direction/speed at which the Animation is expected to be played. Default value: 1.0

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

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

    The status of the Animation.

    The status of the Animation.

    Definition Classes
    Animation
  57. 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
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. 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
  60. def toString(): String

    returns

    Returns the original delegate's toString() adding a [SFX] prefix.

    Definition Classes
    SFXDelegate → AnyRef → Any
  61. def toX: DoubleProperty

    Specifies the stop X coordinate value of this TranslateTransition.

    Specifies the stop X coordinate value of this TranslateTransition. Default value: Double.NaN

  62. def toX_=(x: Double): Unit

  63. def toY: DoubleProperty

    Specifies the stop Y coordinate value of this TranslateTransition.

    Specifies the stop Y coordinate value of this TranslateTransition. Default value: Double.NaN

  64. def toY_=(y: Double): Unit

  65. def toZ: DoubleProperty

    Specifies the stop Z coordinate value of this TranslateTransition.

    Specifies the stop Z coordinate value of this TranslateTransition. Default value: Double.NaN

  66. def toZ_=(z: Double): Unit

  67. def totalDuration: ReadOnlyObjectProperty[Duration]

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

    Read-only variable to indicate the total duration of this Animation, including repeats. Default value: 0ms

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Transition

Inherited from Animation

Inherited from SFXDelegate[javafx.animation.TranslateTransition]

Inherited from AnyRef

Inherited from Any

Ungrouped