org.starhope.appius.things
Class Timeline
java.lang.Object
org.starhope.appius.things.Timeline
public class Timeline
- extends Object
A timeline can be attached to any object to provide
- Author:
- brpocock@star-hope.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Timeline
public Timeline()
getCurrentMotion
public Motion getCurrentMotion()
- WRITEME: Document this method brpocock@star-hope.org
- Returns:
- WRITEME
getMotionAtTime
public Motion getMotionAtTime(long t)
- WRITEME: Document this method brpocock@star-hope.org
- Parameters:
t
- WRITEME
- Returns:
- WRITEME