Package | Description |
---|---|
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum | |
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
Modifier and Type | Method and Description |
---|---|
AbstractMasterTimer |
DummyToolkit.getMasterTimer() |
abstract AbstractMasterTimer |
Toolkit.getMasterTimer() |
Modifier and Type | Class and Description |
---|---|
class |
MasterTimer
This class encapsulates the global static methods that manage scheduling and
actual running of animations against real wall clock time.
|
Modifier and Type | Method and Description |
---|---|
AbstractMasterTimer |
QuantumToolkit.getMasterTimer() |
Modifier and Type | Field and Description |
---|---|
private AbstractMasterTimer |
AnimationTimer.timer |
private AbstractMasterTimer |
Animation.timer |
Constructor and Description |
---|
Animation(AbstractMasterTimer timer) |
Animation(AbstractMasterTimer timer,
ClipEnvelope clipEnvelope,
int resolution) |
AnimationTimer(AbstractMasterTimer timer) |
ParallelTransition(AbstractMasterTimer timer) |
SequentialTransition(AbstractMasterTimer timer) |
Timeline(AbstractMasterTimer timer) |
Transition(AbstractMasterTimer timer) |