Get a reference back to a Gif89Frame object by position.
Get the number of frames that have been added so far.
This is the central class of a JDK 1.1 compatible GIF encoder that, AFAIK,
supports more features of the extended GIF spec than any other Java open
source encoder.
Use this default constructor if you'll be adding multiple frames
constructed from RGB data (i.e., AWT Image objects or ARGB-pixel arrays).
This constructor installs a user color table, overriding the detection of
of a palette from ARBG pixels.
Convenience constructor for encoding a static GIF from index-model data.
Like the default except that it also adds a single frame, for conveniently
encoding a static GIF from an image.
First off, just to dispel any doubt, this class and its subclasses have
nothing to do with GUI "frames" such as java.awt.Frame.