All Packages  Class Hierarchy  This Package  Previous  Next  Index


Class Acme.JPM.Encoders.GifEncoder

java.lang.Object
   |
   +----Acme.JPM.Encoders.ImageEncoder
           |
           +----Acme.JPM.Encoders.GifEncoder

public class GifEncoder
extends ImageEncoder
Write out an image as a GIF.

Fetch the software.
Fetch the entire Acme package.

See Also:
ToGif

Constructor Index

 o GifEncoder(Image, OutputStream)
Constructor from Image.
 o GifEncoder(Image, OutputStream, boolean)
Constructor from Image with interlace setting.
 o GifEncoder(ImageProducer, OutputStream)
Constructor from ImageProducer.
 o GifEncoder(ImageProducer, OutputStream, boolean)
Constructor from ImageProducer with interlace setting.

Constructors

 o GifEncoder
 public GifEncoder(Image img,
                   OutputStream out) throws IOException
Constructor from Image.

Parameters:
img - The image to encode.
out - The stream to write the GIF to.
 o GifEncoder
 public GifEncoder(Image img,
                   OutputStream out,
                   boolean interlace) throws IOException
Constructor from Image with interlace setting.

Parameters:
img - The image to encode.
out - The stream to write the GIF to.
interlace - Whether to interlace.
 o GifEncoder
 public GifEncoder(ImageProducer prod,
                   OutputStream out) throws IOException
Constructor from ImageProducer.

Parameters:
prod - The ImageProducer to encode.
out - The stream to write the GIF to.
 o GifEncoder
 public GifEncoder(ImageProducer prod,
                   OutputStream out,
                   boolean interlace) throws IOException
Constructor from ImageProducer with interlace setting.

Parameters:
prod - The ImageProducer to encode.
out - The stream to write the GIF to.

All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs