|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.textures.formats.TextureImageFormatLoaderTGA
public class TextureImageFormatLoaderTGA
Reads TGA files from an InputStream.
| Constructor Summary | |
|---|---|
TextureImageFormatLoaderTGA()
|
|
| Method Summary | |
|---|---|
AbstractTextureImage |
loadTextureImage(java.io.BufferedInputStream in,
boolean acceptAlpha,
boolean flipVertically,
boolean allowStreching,
TextureFactory texFactory)
Tries to load an AbstractTextureImage from the InputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextureImageFormatLoaderTGA()
| Method Detail |
|---|
public AbstractTextureImage loadTextureImage(java.io.BufferedInputStream in,
boolean acceptAlpha,
boolean flipVertically,
boolean allowStreching,
TextureFactory texFactory)
throws java.io.IOException
AbstractTextureImage from the InputStream.
loadTextureImage in interface TextureImageFormatLoaderallowStreching - If true, the image is streched to power-of-two width and height, if necessary.
AbstractTextureImage.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||