public class ThreadDownloadImageData extends Object
Modifier and Type | Field and Description |
---|---|
BufferedImage |
image
The image data.
|
int |
referenceCount
Number of open references to this ThreadDownloadImageData
|
int |
textureName
The GL texture name associated with this image, or -1 if the texture has not been allocated
|
boolean |
textureSetupComplete
True if the texture has been allocated and the image copied to the texture.
|
Constructor and Description |
---|
ThreadDownloadImageData(String par1,
IImageBuffer par2IImageBuffer) |
public BufferedImage image
public int referenceCount
public int textureName
public boolean textureSetupComplete
public ThreadDownloadImageData(String par1, IImageBuffer par2IImageBuffer)