public class DynamicTextureBC
extends java.lang.Object
Constructor and Description |
---|
DynamicTextureBC(int iWidth,
int iHeight) |
Modifier and Type | Method and Description |
---|---|
void |
bindGlTexture() |
void |
deleteGlTexture() |
void |
draw(int screenX,
int screenY,
float zLevel) |
void |
draw(int screenX,
int screenY,
float zLevel,
int clipX,
int clipY,
int clipWidth,
int clipHeight) |
float |
getMaxU() |
float |
getMaxV() |
void |
setColor(int x,
int y,
int color) |
void |
setColor(int x,
int y,
int color,
float alpha) |
void |
setColord(int x,
int y,
double r,
double g,
double b,
double a) |
void |
setColori(int x,
int y,
int r,
int g,
int b,
int a) |
void |
updateTexture() |
public void setColord(int x, int y, double r, double g, double b, double a)
public void setColori(int x, int y, int r, int g, int b, int a)
public void setColor(int x, int y, int color, float alpha)
public void setColor(int x, int y, int color)
public void updateTexture()
public void bindGlTexture()
public void deleteGlTexture()
public void draw(int screenX, int screenY, float zLevel)
public float getMaxU()
public float getMaxV()
public void draw(int screenX, int screenY, float zLevel, int clipX, int clipY, int clipWidth, int clipHeight)