Class ScanExpediterInterlaced
- java.lang.Object
-
- org.apache.commons.imaging.formats.png.ScanExpediter
-
- org.apache.commons.imaging.formats.png.ScanExpediterInterlaced
-
class ScanExpediterInterlaced extends ScanExpediter
-
-
Field Summary
Fields Modifier and Type Field Description private static int[]COL_INCREMENTprivate static int[]ROW_INCREMENTprivate static int[]STARTING_COLprivate static int[]STARTING_ROW-
Fields inherited from class org.apache.commons.imaging.formats.png.ScanExpediter
bi, bitDepth, bitsPerPixel, bytesPerPixel, gammaCorrection, height, is, pngChunkPLTE, pngColorType, transparencyFilter, width
-
-
Constructor Summary
Constructors Constructor Description ScanExpediterInterlaced(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte fPNGChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrive()private voidvisit(int x, int y, java.awt.image.BufferedImage bi, BitParser fBitParser, int pixelIndexInScanline)-
Methods inherited from class org.apache.commons.imaging.formats.png.ScanExpediter
getBitsToBytesRoundingUp, getNextScanline, getPixelARGB, getPixelRGB, getRGB, getScanlineFilter, unfilterScanline
-
-
-
-
Constructor Detail
-
ScanExpediterInterlaced
ScanExpediterInterlaced(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte fPNGChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter)
-
-
Method Detail
-
visit
private void visit(int x, int y, java.awt.image.BufferedImage bi, BitParser fBitParser, int pixelIndexInScanline) throws ImageReadException, java.io.IOException- Throws:
ImageReadExceptionjava.io.IOException
-
drive
public void drive() throws ImageReadException, java.io.IOException- Specified by:
drivein classScanExpediter- Throws:
ImageReadExceptionjava.io.IOException
-
-