org.freehep.graphicsio.gif
Class GIFEncoder
java.lang.Object
org.freehep.graphicsio.gif.ImageEncoder
org.freehep.graphicsio.gif.GIFEncoder
- All Implemented Interfaces:
- ImageConsumer
public class GIFEncoder
- extends ImageEncoder
Constructor Summary |
GIFEncoder(Image img,
DataOutput dos)
|
GIFEncoder(Image img,
DataOutput dos,
boolean interlace)
|
GIFEncoder(Image img,
OutputStream out)
|
GIFEncoder(Image img,
OutputStream out,
boolean interlace)
|
GIFEncoder(ImageProducer prod,
DataOutput dos)
|
GIFEncoder(ImageProducer prod,
DataOutput dos,
boolean interlace)
|
GIFEncoder(ImageProducer prod,
OutputStream out)
|
GIFEncoder(ImageProducer prod,
OutputStream out,
boolean interlace)
|
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,
DataOutput dos)
throws IOException
- Throws:
IOException
GIFEncoder
public GIFEncoder(Image img,
OutputStream out,
boolean interlace)
throws IOException
- Throws:
IOException
GIFEncoder
public GIFEncoder(Image img,
DataOutput dos,
boolean interlace)
throws IOException
- Throws:
IOException
GIFEncoder
public GIFEncoder(ImageProducer prod,
OutputStream out)
throws IOException
- Throws:
IOException
GIFEncoder
public GIFEncoder(ImageProducer prod,
DataOutput dos)
throws IOException
- Throws:
IOException
GIFEncoder
public GIFEncoder(ImageProducer prod,
OutputStream out,
boolean interlace)
throws IOException
- Throws:
IOException
GIFEncoder
public GIFEncoder(ImageProducer prod,
DataOutput dos,
boolean interlace)
throws IOException
- Throws:
IOException
setComment
public void setComment(String comment)
encodeStart
protected void encodeStart(int width,
int height)
throws IOException
- Specified by:
encodeStart
in class ImageEncoder
- Throws:
IOException
encodePixels
protected void encodePixels(int x,
int y,
int w,
int h,
int[] rgbPixels,
int off,
int scansize)
throws IOException
- Specified by:
encodePixels
in class ImageEncoder
- Throws:
IOException
encodeDone
protected void encodeDone()
throws IOException
- Specified by:
encodeDone
in class ImageEncoder
- Throws:
IOException
Copyright © 2012. All Rights Reserved.