PulpCore

Uses of Class
pulpcore.animation.Timeline

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.after()
          Creates a child timeline that starts at end of this timeline.
 Timeline Timeline.after(int time)
          Creates a child timeline that starts at the specified time relative to the end of this 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)
          Deprecated.  
 void Path.guide(Timeline timeline, Sprite sprite, double startP, double endP, int duration, Easing easing)
          Deprecated.  
 void Path.guide(Timeline timeline, Sprite sprite, double startP, double endP, int duration, Easing easing, int startDelay)
          Deprecated.  
 void Path.guide(Timeline timeline, Sprite sprite, int duration)
          Deprecated.  
 void Path.guide(Timeline timeline, Sprite sprite, int duration, Easing easing)
          Deprecated.  
 void Path.guide(Timeline timeline, Sprite sprite, int duration, Easing easing, int startDelay)
          Deprecated.  
 void Path.guideBackwards(Timeline timeline, Sprite sprite, int duration)
          Deprecated.  
 void Path.guideBackwards(Timeline timeline, Sprite sprite, int duration, Easing easing)
          Deprecated.  
 void Path.guideBackwards(Timeline timeline, Sprite sprite, int duration, Easing easing, int startDelay)
          Deprecated.  
 void Path.moveAndRotateOnTimeline(Timeline timeline, Sprite sprite, double startP, double endP, int duration, Easing easing, int startDelay)
          Moves a sprite along this path, rotating the sprite so that it is tangent to the path at all times.
 void Path.moveOnTimeline(Timeline timeline, Sprite sprite, double startP, double endP, int duration, Easing easing, int startDelay)
          Moves a sprite along this path.
 

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

Copyright © 2007-2009 Interactive Pulp, LLC.