|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGifDecoder.GifFrame
static class GifDecoder.GifFrame
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 |
---|
public java.awt.image.BufferedImage image
public int delay
Constructor Detail |
---|
public GifDecoder.GifFrame(java.awt.image.BufferedImage im, int del)
im
- the BufferedImage objectdel
- is the int object representing the delay
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |