IAsset, IDisposablepublic interface IAnimation extends IAsset
| Modifier and Type | Field | Description |
|---|---|---|
static IResourceName |
ID |
| Modifier and Type | Method | Description |
|---|---|---|
void |
drawFrame(int row,
int frame,
float x1,
float y1,
float x2,
float y2,
float srcX1,
float srcY1,
float srcX2,
float srcY2,
int[] light,
int filter) |
|
void |
drawFrame(int row,
int frame,
float x,
float y,
float width,
float height,
int filter) |
|
void |
drawFrame(int row,
int frame,
float x,
float y,
float width,
float height,
int[] light,
int filter) |
|
void |
drawFrame(int row,
int frame,
float x,
float y,
float scale,
int filter) |
|
void |
drawFrame(int row,
int frame,
float x,
float y,
float scale,
int[] light,
int filter) |
|
void |
drawRow(int row,
float x1,
float y1,
float x2,
float y2,
float srcX1,
float srcY1,
float srcX2,
float srcY2,
int[] light,
int filter) |
|
void |
drawRow(int row,
float x,
float y,
float width,
float height,
int filter) |
|
void |
drawRow(int row,
float x,
float y,
float width,
float height,
int[] light,
int filter) |
|
void |
drawRow(int row,
float x,
float y,
float scale,
int filter) |
|
void |
drawRow(int row,
float x,
float y,
float scale,
int[] light,
int filter) |
|
void |
drawRow(long startTimeMillis,
int row,
float x1,
float y1,
float x2,
float y2,
float srcX1,
float srcY1,
float srcX2,
float srcY2,
int[] light,
int filter) |
|
void |
drawRow(long startTimeMillis,
int row,
float x,
float y,
float width,
float height,
int filter) |
|
void |
drawRow(long startTimeMillis,
int row,
float x,
float y,
float width,
float height,
int[] light,
int filter) |
|
void |
drawRow(long startTimeMillis,
int row,
float x,
float y,
float scale,
int filter) |
|
void |
drawRow(long startTimeMillis,
int row,
float x,
float y,
float scale,
int[] light,
int filter) |
|
com.google.gson.JsonElement[] |
getAdditionalFrameData(java.lang.String name,
int row) |
|
com.google.gson.JsonElement |
getAdditionalFrameData(java.lang.String name,
int row,
int frame) |
|
int |
getFrameAmount(int row) |
|
int |
getFrameByTime(int row,
long millis) |
|
int |
getFrameHeight() |
|
long |
getFrameTime(int row,
int frame) |
|
int |
getFrameWidth() |
|
ITexture |
getTexture() |
|
long |
getTotalTime(int row) |
disposestatic final IResourceName ID
void drawFrame(int row,
int frame,
float x,
float y,
float width,
float height,
int filter)
void drawFrame(int row,
int frame,
float x,
float y,
float width,
float height,
int[] light,
int filter)
void drawFrame(int row,
int frame,
float x,
float y,
float scale,
int filter)
void drawFrame(int row,
int frame,
float x,
float y,
float scale,
int[] light,
int filter)
void drawFrame(int row,
int frame,
float x1,
float y1,
float x2,
float y2,
float srcX1,
float srcY1,
float srcX2,
float srcY2,
int[] light,
int filter)
void drawRow(int row,
float x,
float y,
float width,
float height,
int filter)
void drawRow(int row,
float x,
float y,
float width,
float height,
int[] light,
int filter)
void drawRow(int row,
float x,
float y,
float scale,
int filter)
void drawRow(int row,
float x,
float y,
float scale,
int[] light,
int filter)
void drawRow(int row,
float x1,
float y1,
float x2,
float y2,
float srcX1,
float srcY1,
float srcX2,
float srcY2,
int[] light,
int filter)
void drawRow(long startTimeMillis,
int row,
float x,
float y,
float width,
float height,
int filter)
void drawRow(long startTimeMillis,
int row,
float x,
float y,
float width,
float height,
int[] light,
int filter)
void drawRow(long startTimeMillis,
int row,
float x,
float y,
float scale,
int filter)
void drawRow(long startTimeMillis,
int row,
float x,
float y,
float scale,
int[] light,
int filter)
void drawRow(long startTimeMillis,
int row,
float x1,
float y1,
float x2,
float y2,
float srcX1,
float srcY1,
float srcX2,
float srcY2,
int[] light,
int filter)
int getFrameAmount(int row)
long getTotalTime(int row)
long getFrameTime(int row,
int frame)
ITexture getTexture()
int getFrameWidth()
int getFrameHeight()
int getFrameByTime(int row,
long millis)
com.google.gson.JsonElement[] getAdditionalFrameData(java.lang.String name,
int row)
com.google.gson.JsonElement getAdditionalFrameData(java.lang.String name,
int row,
int frame)