com.sun.jimi.core.decoder.bmp
Class BMPColorMap

java.lang.Object
  |
  +--com.sun.jimi.core.decoder.bmp.BMPColorMap

public class BMPColorMap
extends java.lang.Object

BMP color map format section. This class reads in the color map data and converts it to a java array of color integers.


Constructor Summary
BMPColorMap(LEDataInputStream in, BMPFileHeader h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BMPColorMap

public BMPColorMap(LEDataInputStream in,
                   BMPFileHeader h)
            throws java.io.IOException