public class FrameTimer
extends java.lang.Object
コンストラクタと説明 |
---|
FrameTimer() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addFrame(long runningTime)
Add a frame at the next index in the array frames
|
long[] |
getFrames()
Return the array of frames
|
int |
getIndex()
Return the index of the next frame in the array
|
int |
getLastIndex()
Return the last index used when 240 frames have been set
|
int |
getLineHeight(long valueIn,
int p_219792_3_,
int p_219792_4_) |
int |
parseIndex(int rawIndex)
Change 240 to 0
|
public void addFrame(long runningTime)
public int getLineHeight(long valueIn, int p_219792_3_, int p_219792_4_)
public int getLastIndex()
public int getIndex()
public int parseIndex(int rawIndex)
public long[] getFrames()