Class ScanExpediterSimple
- java.lang.Object
-
- org.apache.commons.imaging.formats.png.ScanExpediter
-
- org.apache.commons.imaging.formats.png.ScanExpediterSimple
-
class ScanExpediterSimple extends ScanExpediter
-
-
Field Summary
-
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 ScanExpediterSimple(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drive()
-
Methods inherited from class org.apache.commons.imaging.formats.png.ScanExpediter
getBitsToBytesRoundingUp, getNextScanline, getPixelARGB, getPixelRGB, getRGB, getScanlineFilter, unfilterScanline
-
-
-
-
Constructor Detail
-
ScanExpediterSimple
ScanExpediterSimple(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter)
-
-
Method Detail
-
drive
public void drive() throws ImageReadException, java.io.IOException
- Specified by:
drive
in classScanExpediter
- Throws:
ImageReadException
java.io.IOException
-
-