kAWT Version 0.80

java.awt
Class GifLoader

java.lang.Object
  |
  +--java.awt.GifLoader

public class GifLoader
extends java.lang.Object


Constructor Summary
GifLoader(InputStream is)
           
 
Method Summary
 Image load()
           
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GifLoader

public GifLoader(InputStream is)
Method Detail

load

public Image load()
           throws IOException

main

public static void main(java.lang.String[] argv)
                 throws IOException

kAWT Version 0.80