org.starhope.appius.things
Class Timeline

java.lang.Object
  extended by 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

Constructor Summary
Timeline()
           
 
Method Summary
 Motion getCurrentMotion()
          WRITEME: Document this method brpocock@star-hope.org
 Motion getMotionAtTime(long t)
          WRITEME: Document this method brpocock@star-hope.org
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timeline

public Timeline()
Method Detail

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