public class AnimationFrame
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
frameIndex |
private int |
frameTime |
Constructor and Description |
---|
AnimationFrame(int frameIndexIn) |
AnimationFrame(int frameIndexIn,
int frameTimeIn) |
Modifier and Type | Method and Description |
---|---|
int |
getFrameIndex() |
int |
getFrameTime() |
boolean |
hasNoTime() |