public class FrameTimer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
counter |
private long[] |
frames |
private int |
index |
private int |
lastIndex |
Constructor and Description |
---|
FrameTimer() |
Modifier and Type | Method and Description |
---|---|
void |
addFrame(long runningTime) |
long[] |
getFrames() |
int |
getIndex() |
int |
getLagometerValue(long time,
int multiplier) |
int |
getLastIndex() |
int |
parseIndex(int rawIndex) |