sidnet.core.misc
Class Path
java.lang.Object
sidnet.core.misc.Path
public class Path
- extends java.lang.Object
Constructor Summary |
Path(int x,
int y,
long time)
Creates a new instance of Path |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Path
public Path(int x,
int y,
long time)
- Creates a new instance of Path
addPoint
public void addPoint(int x,
int y,
long time)
getNumberOfPoints
public int getNumberOfPoints()
xByIndex
public int xByIndex(int i)
yByIndex
public int yByIndex(int i)
timeByIndex
public long timeByIndex(int i)
getCurrentPoint
public int getCurrentPoint(long currentTime)