ranab.img.gif
Class GifEx

java.lang.Object
  extended by ranab.img.gif.GifEx
Direct Known Subclasses:
GifAppEx, GifCommentEx, GifGraphicEx

public abstract class GifEx
extends java.lang.Object

Abstract base class of all the GIF extension blocks.


Field Summary
protected static byte mbyBlkTerm
           
protected  byte mbyCtrlLab
           
protected static byte mbyExIntro
           
protected  java.awt.image.BufferedImage mImageData
           
 
Method Summary
 byte getBlockId()
          Get the block identification block.
 java.awt.image.BufferedImage getImageData()
          Get image data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mbyExIntro

protected static final byte mbyExIntro
See Also:
Constant Field Values

mbyBlkTerm

protected static final byte mbyBlkTerm
See Also:
Constant Field Values

mbyCtrlLab

protected byte mbyCtrlLab

mImageData

protected java.awt.image.BufferedImage mImageData
Method Detail

getBlockId

public byte getBlockId()
Get the block identification block.


getImageData

public java.awt.image.BufferedImage getImageData()
Get image data.