|
PulpCore | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Timeline | |
|---|---|
| pulpcore.animation | Provides classes for properties, property animation, and timelines. |
| pulpcore.math | Provides classes for arithmetic and geometry. |
| pulpcore.scene | Provides the Scene class and a few Scene implementations. |
| Uses of Timeline in pulpcore.animation |
|---|
| Methods in pulpcore.animation that return Timeline | |
|---|---|
Timeline |
Timeline.at(int time)
Creates a child timeline that starts at the specified time relative to the start of this timeline. |
| Uses of Timeline in pulpcore.math |
|---|
| Methods in pulpcore.math with parameters of type Timeline | |
|---|---|
void |
Path.guide(Timeline timeline,
Sprite sprite,
double startP,
double endP,
int duration)
|
void |
Path.guide(Timeline timeline,
Sprite sprite,
double startP,
double endP,
int duration,
Easing easing)
|
void |
Path.guide(Timeline timeline,
Sprite sprite,
double startP,
double endP,
int duration,
Easing easing,
int startDelay)
|
void |
Path.guide(Timeline timeline,
Sprite sprite,
int duration)
|
void |
Path.guide(Timeline timeline,
Sprite sprite,
int duration,
Easing easing)
|
void |
Path.guide(Timeline timeline,
Sprite sprite,
int duration,
Easing easing,
int startDelay)
|
void |
Path.guideBackwards(Timeline timeline,
Sprite sprite,
int duration)
|
void |
Path.guideBackwards(Timeline timeline,
Sprite sprite,
int duration,
Easing easing)
|
void |
Path.guideBackwards(Timeline timeline,
Sprite sprite,
int duration,
Easing easing,
int startDelay)
|
| Uses of Timeline in pulpcore.scene |
|---|
| Methods in pulpcore.scene with parameters of type Timeline | |
|---|---|
void |
Scene2D.addTimeline(Timeline timeline)
Adds a Timeline to this Scene2D. |
void |
LoadingScene.onCompletion(Timeline timeline)
Sets the timeline to start once the download is complete. |
void |
Scene2D.removeTimeline(Timeline timeline,
boolean gracefully)
Removes a timeline from this Scene2D. |
|
PulpCore | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||