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) void
closePixelProcessing()
(package private) void
encode(OutputStream os)
(package private) int
getDepth()
(package private) int
getTransparent()
(package private) void
processPixels(Gif89Frame gf)
(package private) void
setTransparent(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
-
-