|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Texture2DCanvas.DrawCallback2D
| Method Summary | |
|---|---|
void |
drawTexture(Texture2DCanvas texCanvas,
int texWidth,
int texHeight,
int minSize)
This callback is invoked, when the Texture needs to be redrawn. |
boolean |
needsRedraw()
|
| Method Detail |
|---|
boolean needsRedraw()
void drawTexture(Texture2DCanvas texCanvas,
int texWidth,
int texHeight,
int minSize)
texCanvas - the Texture2DCanvas to draw on.texWidth - the (original) width of the texturetexHeight - the (original) height of the textureminSize - the result of Math.min( texWidth, texHeight )
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||