| Constructor and Description | 
|---|
| EmptyImageData(int width,
              int height)Create an empty image data source | 
| 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 | 
public EmptyImageData(int width,
                      int height)
width - The width of the sourceheight - The height of the sourcepublic int getDepth()
ImageDatapublic int getHeight()
ImageDatapublic java.nio.ByteBuffer getImageBufferData()
ImageDatagetImageBufferData in interface ImageDatapublic int getTexHeight()
ImageDatagetTexHeight in interface ImageDatapublic int getTexWidth()
ImageDatagetTexWidth in interface ImageData