Class ScanExpediterSimple
- java.lang.Object
-
- org.apache.commons.imaging.formats.png.AbstractScanExpediter
-
- org.apache.commons.imaging.formats.png.ScanExpediterSimple
-
final class ScanExpediterSimple extends AbstractScanExpediter
-
-
Field Summary
-
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 ScanExpediterSimple(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()-
Methods inherited from class org.apache.commons.imaging.formats.png.AbstractScanExpediter
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, AbstractTransparencyFilter abstractTransparencyFilter)
-
-
Method Detail
-
drive
public void drive() throws ImagingException, java.io.IOException- Specified by:
drivein classAbstractScanExpediter- Throws:
ImagingExceptionjava.io.IOException
-
-