|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jme.util.TGALoader
TextureManager provides static methods for building a
Texture object. Typically, the information supplied is the
filename and the texture properties.
| Method Summary | |
static Image |
loadImage(java.io.InputStream fis)
loadImage is a manual image loader which is entirely
independent of AWT. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static Image loadImage(java.io.InputStream fis)
throws java.io.IOException
loadImage is a manual image loader which is entirely
independent of AWT.
OUT: RGB8888 or RGBA8888 jme.image.Image object
fis - InputStream of an uncompressed 24b RGB or 32b RGBA TGA
com.jme.image.Image object that contains the
image, either as a RGB888 or RGBA8888
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||