ranab.img.gif
Class GifGraphicEx

java.lang.Object
  extended by ranab.img.gif.GifEx
      extended by ranab.img.gif.GifGraphicEx

public final class GifGraphicEx
extends GifEx

Graphic extension block.


Field Summary
 
Fields inherited from class ranab.img.gif.GifEx
mbyBlkTerm, mbyCtrlLab, mbyExIntro, mImageData
 
Method Summary
 int getDelayTime()
          Get delay time
 boolean isDelayed()
          Is delayed
 boolean isTransparent()
          Is transparent.
 void resetDelay()
          Reset delay
 void setDelay(int delay)
          Set delay timing
 void setTransparency(java.awt.Color col)
          Set transparency.
 void write(java.io.DataOutputStream ds)
          Write this block
 
Methods inherited from class ranab.img.gif.GifEx
getBlockId, getImageData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setTransparency

public void setTransparency(java.awt.Color col)
Set transparency.

Parameters:
col - the color value to be set transparent. set null to remove transparency.

isTransparent

public boolean isTransparent()
Is transparent.


setDelay

public void setDelay(int delay)
Set delay timing


resetDelay

public void resetDelay()
Reset delay


isDelayed

public boolean isDelayed()
Is delayed


getDelayTime

public int getDelayTime()
Get delay time


write

public void write(java.io.DataOutputStream ds)
           throws java.io.IOException
Write this block

Throws:
java.io.IOException