public interface ImageData
| Modifier and Type | Method and Description | 
|---|---|
| int | getDepth()Get the last bit depth read from a TGA | 
| int | getHeight()Get the last height read from a TGA | 
| java.nio.ByteBuffer | getImageBufferData()Get the store image | 
| int | getTexHeight()Get the ast required texture height for a loaded image | 
| int | getTexWidth()Get the last required texture width for a loaded image | 
| int | getWidth()Get the last width read from a TGA | 
int getDepth()
int getWidth()
int getHeight()
int getTexWidth()
int getTexHeight()
java.nio.ByteBuffer getImageBufferData()