public class DynamicTexture extends AbstractTexture
blur, blurLast, glTextureId, mipmap, mipmapLast| Constructor and Description | 
|---|
DynamicTexture(java.awt.image.BufferedImage bufferedImage)  | 
DynamicTexture(int textureWidth,
              int textureHeight)  | 
| Modifier and Type | Method and Description | 
|---|---|
int[] | 
getTextureData()  | 
void | 
loadTexture(IResourceManager resourceManager)  | 
void | 
updateDynamicTexture()  | 
deleteGlTexture, getGlTextureId, restoreLastBlurMipmap, setBlurMipmap, setBlurMipmapDirectpublic DynamicTexture(java.awt.image.BufferedImage bufferedImage)
public DynamicTexture(int textureWidth,
                      int textureHeight)
public void loadTexture(IResourceManager resourceManager) throws java.io.IOException
java.io.IOExceptionpublic void updateDynamicTexture()
public int[] getTextureData()