

Public Member Functions | |
| GifImage (int width, int height) | |
| Graphics2D | getGraphics () |
| String | getMimeType () |
| GifCommentEx | getCommentBlock () |
| GifGraphicEx | getGraphicBlock () |
| GifNsAppEx | getNsApplicationBlock () |
| void | setTransparency (Color col) |
| void | resetTransparency () |
| void | setDelay (int delay) |
| void | resetDelay () |
| void | setIterationCount (int count) |
| void | updateColorTable (Color col) |
| void | printColor () |
| void | addImage (GifImage gi) |
| void | encode (OutputStream os) throws IOException |
Package Attributes | |
| GifScreenDescriptor | mScreenDesc |
| GifColor | mGlobalColTable [] |
| GifNsAppEx | mApplBlk |
| GifCommentEx | mComment |
| GifGraphicEx | mGraphicExt |
| GifImageDescriptor | mImageDesc |
| Vector | mOtherImages |
Static Package Attributes | |
| final String | mstHeader = "GIF89a" |
|
||||||||||||
|
Constructor |
|
|
Add image - animation |
|
|
Encode GIF image Implements ranab::img::BaseImage. |
|
|
Get the gif comment block. You can change the default comment using this block. |
|
|
Get graphic extension block. Image transparency, animation delay is controlled by this block. |
|
|
Get graphics Implements ranab::img::BaseImage. |
|
|
get mime type Implements ranab::img::BaseImage. |
|
|
Get Netscape application block. |
|
|
print the global color table (debug only) |
|
|
Reset delay. |
|
|
Reset transparency |
|
|
Set delay. |
|
|
set iteration count |
|
|
Set transparency. |
|
|
Update color table |
1.3.9.1