Uses of Class
org.starhope.appius.things.Motion

Packages that use Motion
org.starhope.appius.things   
 

Uses of Motion in org.starhope.appius.things
 

Methods in org.starhope.appius.things that return Motion
 Motion Timeline.getCurrentMotion()
          WRITEME: Document this method brpocock@star-hope.org
 Motion HasMotion.getCurrentMotion()
          WRITEME: Document this method brpocock@star-hope.org
 Motion Timeline.getMotionAtTime(long t)
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.things that return types with arguments of type Motion
 List<Motion> HasMotion.getMotions()
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.things with parameters of type Motion
 void MotionObserver.observeMotionCanceled(HasMotion mover, Motion newMotion)
          This method is called by a HasMotion object to add a Motion to the timeline.
 void MotionObserver.observeNewMotion(HasMotion mover, Motion newMotion)
          This method is called by a HasMotion object to remove a Motion from the timeline