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) |
getColorTableRGB
public PixelParserSimple(BmpHeaderInfo bhi, byte[] ColorTable, byte[] ImageData)
public abstract int getNextRGB() throws ImageReadException, IOException
ImageReadException
IOException
public abstract void newline() throws ImageReadException, IOException
ImageReadException
IOException
public void processImage(BufferedImage bi) throws ImageReadException, IOException
processImage
in class PixelParser
ImageReadException
IOException
Copyright © 2007-2012. All Rights Reserved.