org.jcurl.demo.util
Class RealTimePlayer
java.lang.Object
org.jcurl.demo.util.RealTimePlayer
- All Implemented Interfaces:
- Runnable
public class RealTimePlayer
- extends Object
- implements Runnable
Extract locations from a (non-discrete) TrajectorySet and walk on in
real time.
- Version:
- $Id:RealTimePlayer.java 378 2007-01-24 01:18:35Z mrohrmoser $
- Author:
- M. Rohrmoser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RealTimePlayer
public RealTimePlayer(double t0,
double scale,
TrajectorySet src)
getTimeScale
public double getTimeScale()
- Returns:
- Returns the timeScale.
run
public void run()
- Specified by:
run in interface Runnable
- See Also:
Runnable.run()
setTimeScale
public void setTimeScale(double timeScale)
- Parameters:
timeScale - The timeScale to set.
Copyright © 2005-2009 JCurl.mro.name. All Rights Reserved.