public abstract class PixelParserSimple extends PixelParser
bfp, bhi, colorTable, imageData, is| Constructor and Description |
|---|
PixelParserSimple(BmpHeaderInfo bhi,
byte[] ColorTable,
byte[] ImageData) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getNextRGB() |
abstract void |
newline() |
void |
processImage(BufferedImage bi) |
getColorTableRGBpublic PixelParserSimple(BmpHeaderInfo bhi, byte[] ColorTable, byte[] ImageData)
public abstract int getNextRGB()
throws ImageReadException,
IOException
ImageReadExceptionIOExceptionpublic abstract void newline()
throws ImageReadException,
IOException
ImageReadExceptionIOExceptionpublic void processImage(BufferedImage bi) throws ImageReadException, IOException
processImage in class PixelParserImageReadExceptionIOExceptionCopyright © 2007-2012. All Rights Reserved.