|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ranab.img.gif.GifEx ranab.img.gif.GifGraphicEx
public final class GifGraphicEx
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 |
---|
public void setTransparency(java.awt.Color col)
col
- the color value to be set transparent.
set null
to remove transparency.public boolean isTransparent()
public void setDelay(int delay)
public void resetDelay()
public boolean isDelayed()
public int getDelayTime()
public void write(java.io.DataOutputStream ds) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |