Wraps a SequentialTransition.
Value parameters
- delegate
-
JavaFX $ST to be delegated.
Attributes
- Constructor
-
Creates a new ScalaFX $ST from a JavaFX $ST.
- Companion
- object
- Graph
-
- Supertypes
-
class Transitionclass Animationtrait SFXDelegate[SequentialTransition]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Constructors
The constructor of SequentialTransition
The constructor of SequentialTransition
Value parameters
- children
-
The child scalafx.animation.Animations of this
SequentialTransition - node
-
The target Node to be used in child Transitions that have no Node specified themselves
Attributes
The constructor of SequentialTransition
The constructor of SequentialTransition
Value parameters
- node
-
The target Node to be used in child Transitions that have no Node specified themselves.
Attributes
The constructor of SequentialTransition
The constructor of SequentialTransition
Value parameters
- children
-
The child scalafx.animation.Animations of this
SequentialTransition
Attributes
Concrete methods
A list of scalafx.animation.Animations that will be played sequentially.
Sets the list of scalafx.animation.Animations, replacing the prior content. If you want append to current content, use add or similar.
Sets the list of scalafx.animation.Animations, replacing the prior content. If you want append to current content, use add or similar.
Value parameters
- c
-
list of scalafx.animation.Animations to replace prior content.
Attributes
This Node is used in all child Transitions, that do not define a target Node themselves.
This Node is used in all child Transitions, that do not define a target Node themselves.
Attributes
Inherited methods
Defines whether this Animation reverses direction on alternating cycles. Default value: false.
Defines whether this Animation reverses direction on alternating cycles. Default value: false.
Attributes
- Inherited from:
- Animation
Attributes
- Inherited from:
- Animation
Read-only variable to indicate current direction/speed at which the Animation is being played. Default value: 0.0.
Read-only variable to indicate current direction/speed at which the Animation is being played. Default value: 0.0.
Attributes
- Inherited from:
- Animation
Defines the Animation's play head position. Default value: 0ms.
Defines the Animation's play head position. Default value: 0ms.
Attributes
- Inherited from:
- Animation
Defines the number of cycles in this Animation. Default value: 0ms
Defines the number of cycles in this Animation. Default value: 0ms
Attributes
- Inherited from:
- Animation
Attributes
- Inherited from:
- Animation
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
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
Attributes
- Inherited from:
- Animation
Delays the start of an Animation. Default value: 0ms.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Value parameters
- ref
-
Object to be compared.
Attributes
- Returns
-
if the other object is equals to this delegate or not.
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Controls the timing for acceleration and deceleration at each Transition cycle. Default Value: Interpolator.EASE_BOTH.
Controls the timing for acceleration and deceleration at each Transition cycle. Default Value: Interpolator.EASE_BOTH.
Attributes
- Inherited from:
- Transition
Attributes
- Inherited from:
- Transition
Jumps to a predefined position in this Animation.
Jumps to a predefined position in this Animation.
Value parameters
- cuePoint
-
the name of the cue point
Attributes
- Inherited from:
- Animation
Jumps to a given position in this Animation.
Jumps to a given position in this Animation.
Value parameters
- time
-
the new position
Attributes
- Inherited from:
- Animation
The action to be executed at the conclusion of this Animation.
Attributes
- Inherited from:
- Animation
Plays Animation from current position in the direction indicated by rate.
Plays Animation from current position in the direction indicated by rate.
Attributes
- Inherited from:
- Animation
A convenience method to play this Animation from a predefined position.
A convenience method to play this Animation from a predefined position.
Value parameters
- cuePoint
-
name of the cue point
Attributes
- Inherited from:
- Animation
A convenience method to play this Animation from a specific position.
A convenience method to play this Animation from a specific position.
Value parameters
- time
-
position where to play from
Attributes
- Inherited from:
- Animation
Plays an Animation from initial position in forward direction.
Defines the direction/speed at which the Animation is expected to be played. Default value: 1.0
Defines the direction/speed at which the Animation is expected to be played. Default value: 1.0
Attributes
- Inherited from:
- Animation
The status of the Animation.
Stops the Animation and resets the play head to its initial position.
Stops the Animation and resets the play head to its initial position.
Attributes
- Inherited from:
- Animation
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.
Attributes
- Inherited from:
- Animation
Attributes
- Returns
-
Returns the original delegate's
toString()adding a[SFX]prefix. - Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Read-only variable to indicate the total duration of this Animation, including repeats. Default value: 0ms
Read-only variable to indicate the total duration of this Animation, including repeats. Default value: 0ms
Attributes
- Inherited from:
- Animation
Concrete fields
JavaFX object to be wrapped.
JavaFX object to be wrapped.