Class AbstractPixelParserSimple
- java.lang.Object
-
- org.apache.commons.imaging.formats.bmp.AbstractPixelParser
-
- org.apache.commons.imaging.formats.bmp.AbstractPixelParserSimple
-
- Direct Known Subclasses:
PixelParserBitFields,PixelParserRgb
abstract class AbstractPixelParserSimple extends AbstractPixelParser
-
-
Field Summary
-
Fields inherited from class org.apache.commons.imaging.formats.bmp.AbstractPixelParser
bhi, colorTable, imageData, is
-
-
Constructor Summary
Constructors Constructor Description AbstractPixelParserSimple(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract intgetNextRgb()abstract voidnewline()voidprocessImage(ImageBuilder imageBuilder)-
Methods inherited from class org.apache.commons.imaging.formats.bmp.AbstractPixelParser
getColorTableRgb
-
-
-
-
Constructor Detail
-
AbstractPixelParserSimple
AbstractPixelParserSimple(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
-
-
Method Detail
-
getNextRgb
public abstract int getNextRgb() throws ImagingException, java.io.IOException- Throws:
ImagingExceptionjava.io.IOException
-
newline
public abstract void newline() throws ImagingException, java.io.IOException- Throws:
ImagingExceptionjava.io.IOException
-
processImage
public void processImage(ImageBuilder imageBuilder) throws ImagingException, java.io.IOException
- Specified by:
processImagein classAbstractPixelParser- Throws:
ImagingExceptionjava.io.IOException
-
-