public class GifEncoder extends ImageEncoder
out
COMPLETESCANLINES, IMAGEABORTED, IMAGEERROR, RANDOMPIXELORDER, SINGLEFRAME, SINGLEFRAMEDONE, SINGLEPASS, STATICIMAGEDONE, TOPDOWNLEFTRIGHT
Constructor and Description |
---|
GifEncoder(Image img,
OutputStream out) |
GifEncoder(Image img,
OutputStream out,
boolean interlace) |
GifEncoder(ImageProducer prod,
OutputStream out) |
GifEncoder(ImageProducer prod,
OutputStream out,
boolean interlace) |
Modifier and Type | Method and Description |
---|---|
void |
setTransparentRgb(int x) |
encode, imageComplete, setColorModel, setDimensions, setHints, setPixels, setPixels, setProperties
public GifEncoder(Image img, OutputStream out) throws IOException
IOException
public GifEncoder(Image img, OutputStream out, boolean interlace) throws IOException
IOException
public GifEncoder(ImageProducer prod, OutputStream out) throws IOException
IOException
public GifEncoder(ImageProducer prod, OutputStream out, boolean interlace) throws IOException
IOException
Copyright © 1999–2019 ViaOA. All rights reserved.