public class ScanExpediterInterlaced extends ScanExpediter
| Modifier and Type | Field and Description |
|---|---|
static int[] |
Block_Height |
static int[] |
Block_Width |
static int[] |
Col_Increment |
static int[] |
Row_Increment |
static int[] |
Starting_Col |
static int[] |
Starting_Row |
bi, bitDepth, bitsPerPixel, bytesPerPixel, colorType, gammaCorrection, height, is, pngChunkPLTE, transparencyFilter, widthdebugBYTE_ORDER_BIG_ENDIAN, BYTE_ORDER_INTEL, BYTE_ORDER_LEAST_SIGNIFICANT_BYTE, BYTE_ORDER_LITTLE_ENDIAN, BYTE_ORDER_LSB, BYTE_ORDER_MOST_SIGNIFICANT_BYTE, BYTE_ORDER_MOTOROLA, BYTE_ORDER_MSB, BYTE_ORDER_NETWORK| Constructor and Description |
|---|
ScanExpediterInterlaced(int width,
int height,
InputStream is,
BufferedImage bi,
int color_type,
int BitDepth,
int bits_per_pixel,
PNGChunkPLTE fPNGChunkPLTE,
GammaCorrection fGammaCorrection,
TransparencyFilter fTransparencyFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
drive() |
getBitsToBytesRoundingUp, getNextScanline, getPixelARGB, getPixelRGB, getRGB, getScanlineFilter, unfilterScanlinebyteArrayHasPrefix, convertByteArrayToInt, convertByteArrayToInt, convertByteArrayToShort, convertByteArrayToShort, getByteOrder, int2ToByteArray, read2Bytes, read3Bytes, read4Bytes, setByteOrder, setByteOrderCharsToQuad, compareByteArrays, compareByteArrays, compareBytes, compareBytes, convertByteArrayToDouble, convertByteArrayToDouble, convertByteArrayToDoubleArray, convertByteArrayToFloat, convertByteArrayToFloat, convertByteArrayToFloatArray, convertByteArrayToInt, convertByteArrayToInt, convertByteArrayToIntArray, convertByteArrayToRational, convertByteArrayToRational, convertByteArrayToRationalArray, convertByteArrayToShort, convertByteArrayToShort, convertByteArrayToShortArray, convertDoubleArrayToByteArray, convertDoubleToByteArray, convertFloatArrayToByteArray, convertFloatToByteArray, convertIntArrayToByteArray, convertIntArrayToRationalArray, convertRationalArrayToByteArray, convertRationalToByteArray, convertShortArrayToByteArray, convertShortToByteArray, copyStreamToStream, debugByteArray, debugNumber, debugNumber, debugNumber, debugNumber, debugNumberArray, findNull, findNull, getBytearrayHead, getByteArrayTail, getDebug, getRAFBytes, getStreamBytes, head, int2ToByteArray, printByteBits, printCharQuad, printCharQuad, read2Bytes, read3Bytes, read4Bytes, readAndVerifyBytes, readAndVerifyBytes, readByte, readBytearray, readByteArray, readByteArray, readBytes, readRandomBytes, scanForByte, setDebug, skipBytes, skipBytes, slice, startsWith, tail, writeIntInToByteArraypublic static final int[] Starting_Row
public static final int[] Starting_Col
public static final int[] Row_Increment
public static final int[] Col_Increment
public static final int[] Block_Height
public static final int[] Block_Width
public ScanExpediterInterlaced(int width,
int height,
InputStream is,
BufferedImage bi,
int color_type,
int BitDepth,
int bits_per_pixel,
PNGChunkPLTE fPNGChunkPLTE,
GammaCorrection fGammaCorrection,
TransparencyFilter fTransparencyFilter)
public void drive()
throws ImageReadException,
IOException
drive in class ScanExpediterImageReadExceptionIOExceptionCopyright © 2007-2012. All Rights Reserved.