Class GifDecoder.GifFrame

java.lang.Object
  extended by GifDecoder.GifFrame
Enclosing class:
GifDecoder

static class GifDecoder.GifFrame
extends java.lang.Object

This is a private subclass to represent the frame for the GIF.


Field Summary
 int delay
          An int representing the delay.
 java.awt.image.BufferedImage image
          A BufferedImage object.
 
Constructor Summary
GifDecoder.GifFrame(java.awt.image.BufferedImage im, int del)
          This is the constructor for the GifFrame class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

image

public java.awt.image.BufferedImage image
A BufferedImage object.


delay

public int delay
An int representing the delay.

Constructor Detail

GifDecoder.GifFrame

public GifDecoder.GifFrame(java.awt.image.BufferedImage im,
                           int del)
This is the constructor for the GifFrame class.

Parameters:
im - the BufferedImage object
del - is the int object representing the delay