com.jme.image.util
Class PNGLoader

java.lang.Object
  extended by com.jme.image.util.PNGLoader

public final class PNGLoader
extends java.lang.Object

PNGLoader is a stub to be filled in later with non-awt dependant png loading code.

Version:
$Id: PNGLoader.java 4131 2009-03-19 20:15:28Z blaine.dev $

Method Summary
static Image loadImage(java.io.InputStream fis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadImage

public static Image loadImage(java.io.InputStream fis)
                       throws java.io.IOException
Throws:
java.io.IOException