jas.util.encoder
Class GifEncoder
java.lang.Object
jas.util.encoder.ImageEncoder
jas.util.encoder.GifEncoder
- All Implemented Interfaces:
- ImageConsumer
public class GifEncoder
- extends ImageEncoder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GifEncoder
public GifEncoder(Image img,
OutputStream out)
throws IOException
- Throws:
IOException
GifEncoder
public GifEncoder(Image img,
OutputStream out,
boolean interlace)
throws IOException
- Throws:
IOException
GifEncoder
public GifEncoder(ImageProducer prod,
OutputStream out)
throws IOException
- Throws:
IOException
GifEncoder
public GifEncoder(ImageProducer prod,
OutputStream out,
boolean interlace)
throws IOException
- Throws:
IOException
Copyright © 2000-2009 FreeHEP. All Rights Reserved.