Class awt.GifImage
All Packages This Package Previous Next
Class awt.GifImage
java.lang.Object
|
+----browser.Observable
|
+----awt.DIBitmap
|
+----awt.GifImage
-
public class
GifImage
-
extends DIBitmap
Gif Image converter
-
Version:
-
1.24 11 May 1995
-
Author:
-
Arthur van Hoff
-
GifImage(String)
-
Constructor, read the image from a file
-
GifImage(InputStream)
-
-
GifImage(InputStream, Observer)
-
Constructor, read image from stream.
-
main(String[])
-
Testing...
GifImage
public GifImage(String fname)
-
Constructor, read the image from a file
GifImage
public GifImage(InputStream in)
GifImage
public GifImage(InputStream in,
Observer o)
-
Constructor, read image from stream.
main
public static void main(String args[])
-
Testing... 1... 2...
All Packages This Package Previous Next