public final class DataReaderTiled extends DataReader
bitsPerSampleLength, directory, height, photometricInterpreter, predictor, samplesPerPixel, width| Constructor and Description |
|---|
DataReaderTiled(TiffDirectory directory,
PhotometricInterpreter photometricInterpreter,
int tileWidth,
int tileLength,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression,
ByteOrder byteOrder,
TiffImageData.Tiles imageData) |
| Modifier and Type | Method and Description |
|---|---|
void |
readImageData(ImageBuilder imageBuilder) |
BufferedImage |
readImageData(Rectangle subImage) |
applyPredictor, decompress, isHomogenous, resetPredictorpublic DataReaderTiled(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int tileWidth, int tileLength, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, ByteOrder byteOrder, TiffImageData.Tiles imageData)
public void readImageData(ImageBuilder imageBuilder) throws ImageReadException, IOException
readImageData in class DataReaderImageReadExceptionIOExceptionpublic BufferedImage readImageData(Rectangle subImage) throws ImageReadException, IOException
readImageData in class DataReaderImageReadExceptionIOExceptionCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.