Package org.jrobin.graph
Class GifColorTable
- java.lang.Object
-
- org.jrobin.graph.GifColorTable
-
class GifColorTable extends Object
-
-
Constructor Summary
Constructors Constructor Description GifColorTable()GifColorTable(Color[] colors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidclosePixelProcessing()(package private) voidencode(OutputStream os)(package private) intgetDepth()(package private) intgetTransparent()(package private) voidprocessPixels(Gif89Frame gf)(package private) voidsetTransparent(int color_index)
-
-
-
Constructor Detail
-
GifColorTable
GifColorTable()
-
GifColorTable
GifColorTable(Color[] colors)
-
-
Method Detail
-
getDepth
int getDepth()
-
getTransparent
int getTransparent()
-
setTransparent
void setTransparent(int color_index)
-
processPixels
void processPixels(Gif89Frame gf) throws IOException
- Throws:
IOException
-
closePixelProcessing
void closePixelProcessing()
-
encode
void encode(OutputStream os) throws IOException
- Throws:
IOException
-
-