public class GifHeader extends Object
GifDecoders to play the same
 animated GIF in multiple views.| Modifier and Type | Field and Description | 
|---|---|
| static int | NETSCAPE_LOOP_COUNT_DOES_NOT_EXISTIndicates that this header has no "Netscape" loop count. | 
| static int | NETSCAPE_LOOP_COUNT_FOREVERThe "Netscape" loop count which means loop forever. | 
| Constructor and Description | 
|---|
| GifHeader() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getHeight() | 
| int | getNumFrames() | 
| int | getStatus()Global status code of GIF data parsing. | 
| int | getWidth() | 
public static final int NETSCAPE_LOOP_COUNT_FOREVER
public static final int NETSCAPE_LOOP_COUNT_DOES_NOT_EXIST