Class PixelParserSimple
java.lang.Object
org.apache.commons.imaging.formats.bmp.PixelParser
org.apache.commons.imaging.formats.bmp.PixelParserSimple
- Direct Known Subclasses:
PixelParserBitFields
,PixelParserRgb
-
Field Summary
Fields inherited from class org.apache.commons.imaging.formats.bmp.PixelParser
bhi, colorTable, imageData, is
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract int
abstract void
newline()
void
processImage
(ImageBuilder imageBuilder) Methods inherited from class org.apache.commons.imaging.formats.bmp.PixelParser
getColorTableRGB
-
Constructor Details
-
PixelParserSimple
PixelParserSimple(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
-
-
Method Details
-
getNextRGB
- Throws:
ImageReadException
IOException
-
newline
- Throws:
ImageReadException
IOException
-
processImage
- Specified by:
processImage
in classPixelParser
- Throws:
ImageReadException
IOException
-