|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jimi.core.decoder.tga.TGAColorMap
TGA color map format section. This class reads in the color map data and converts it to a java array of color integers. This converts 16 bit colors by scaling them upto 24 bit. [ though i think i should make a 16 bit ColorModel ] This 16 bit color maps should be very rare....
Constructor Summary | |
TGAColorMap(LEDataInputStream in,
TGAFileHeader tgaFH)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public TGAColorMap(LEDataInputStream in, TGAFileHeader tgaFH) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |