Class ScanExpediterInterlaced
- java.lang.Object
-
- org.apache.commons.imaging.formats.png.AbstractScanExpediter
-
- org.apache.commons.imaging.formats.png.ScanExpediterInterlaced
-
final class ScanExpediterInterlaced extends AbstractScanExpediter
-
-
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.AbstractScanExpediter
abstractTransparencyFilter, bi, bitDepth, bitsPerPixel, bytesPerPixel, gammaCorrection, height, is, pngChunkPlte, pngColorType, 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 pngChunkPLTE, GammaCorrection gammaCorrection, AbstractTransparencyFilter abstractTransparencyFilter)
-
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.AbstractScanExpediter
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 pngChunkPLTE, GammaCorrection gammaCorrection, AbstractTransparencyFilter abstractTransparencyFilter)
-
-
Method Detail
-
drive
public void drive() throws ImagingException, java.io.IOException- Specified by:
drivein classAbstractScanExpediter- Throws:
ImagingExceptionjava.io.IOException
-
visit
private void visit(int x, int y, java.awt.image.BufferedImage bi, BitParser fBitParser, int pixelIndexInScanline) throws ImagingException, java.io.IOException- Throws:
ImagingExceptionjava.io.IOException
-
-