Chart Builder API (beta)

oracle.ord.media.codec
Class GIFEncoder

java.lang.Object
  |
  +--oracle.ord.media.codec.GIFEncoder

public class GIFEncoder
extends java.lang.Object

Encodes images into the GIF format.


Constructor Summary
GIFEncoder(java.io.OutputStream output)
          Constructor
 
Method Summary
 void encode(java.awt.image.RenderedImage im)
          Encodes a RenderedImage and writes the output to the OutputStream associated with this ImageEncoder.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GIFEncoder

public GIFEncoder(java.io.OutputStream output)
Constructor
Method Detail

encode

public void encode(java.awt.image.RenderedImage im)
            throws java.io.IOException
Encodes a RenderedImage and writes the output to the OutputStream associated with this ImageEncoder.

Chart Builder API (beta)