org.ceryle.util.image
Class GifEncoder

java.lang.Object
  extended by org.ceryle.util.image.ImageEncoder
      extended by org.ceryle.util.image.GifEncoder
All Implemented Interfaces:
ImageConsumer

public class GifEncoder
extends ImageEncoder


Field Summary
 
Fields inherited from class org.ceryle.util.image.ImageEncoder
out
 
Fields inherited from interface java.awt.image.ImageConsumer
COMPLETESCANLINES, IMAGEABORTED, IMAGEERROR, RANDOMPIXELORDER, SINGLEFRAME, SINGLEFRAMEDONE, SINGLEPASS, STATICIMAGEDONE, TOPDOWNLEFTRIGHT
 
Constructor Summary
GifEncoder(Image img, OutputStream out)
           
GifEncoder(Image img, OutputStream out, boolean interlace)
           
GifEncoder(ImageProducer prod, OutputStream out)
           
GifEncoder(ImageProducer prod, OutputStream out, boolean interlace)
           
 
Method Summary
 
Methods inherited from class org.ceryle.util.image.ImageEncoder
encode, imageComplete, setColorModel, setDimensions, setHints, setPixels, setPixels, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.