|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jimi.core.decoder.gif.GIFColorTable
GIF Color Table loader. Provides a constructor to create a default color map if none are present to load.
Constructor Summary | |
GIFColorTable(int numBitsColorTable)
This creates a color table with a default color palette for use by images that done specify a color map. |
|
GIFColorTable(LEDataInputStream in,
int numBitsColorTable)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public GIFColorTable(LEDataInputStream in, int numBitsColorTable) throws java.io.IOException
public GIFColorTable(int numBitsColorTable) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |