PulpCore

Uses of Class
pulpcore.math.Path

Packages that use Path
pulpcore.animation Provides classes for properties, property animation, and timelines. 
 

Uses of Path in pulpcore.animation
 

Methods in pulpcore.animation with parameters of type Path
 void Timeline.move(Sprite sprite, Path path, double startP, double endP, int duration)
           
 void Timeline.move(Sprite sprite, Path path, double startP, double endP, int duration, Easing easing)
           
 void Timeline.move(Sprite sprite, Path path, double startP, double endP, int duration, Easing easing, int startDelay)
           
 void Timeline.moveAndRotate(Sprite sprite, Path path, double startP, double endP, int duration)
           
 void Timeline.moveAndRotate(Sprite sprite, Path path, double startP, double endP, int duration, Easing easing)
           
 void Timeline.moveAndRotate(Sprite sprite, Path path, double startP, double endP, int duration, Easing easing, int startDelay)
           
 


PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.