public static class TiffImageData.Strips extends TiffImageData
TiffImageData.ByteSourceData, TiffImageData.Data, TiffImageData.Strips, TiffImageData.Tiles| Modifier and Type | Field and Description |
|---|---|
int |
rowsPerStrip |
| Constructor and Description |
|---|
Strips(TiffElement.DataElement[] strips,
int rowsPerStrip) |
| Modifier and Type | Method and Description |
|---|---|
ImageDataReader |
getDataReader(TiffDirectory directory,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression,
ByteOrder byteorder) |
TiffElement.DataElement[] |
getImageData() |
TiffElement.DataElement |
getImageData(int offset) |
int |
getImageDataLength() |
boolean |
stripsNotTiles() |
public Strips(TiffElement.DataElement[] strips, int rowsPerStrip)
public TiffElement.DataElement[] getImageData()
getImageData in class TiffImageDatapublic TiffElement.DataElement getImageData(int offset)
public int getImageDataLength()
public boolean stripsNotTiles()
stripsNotTiles in class TiffImageDatapublic ImageDataReader getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, ByteOrder byteorder) throws IOException, ImageReadException
getDataReader in class TiffImageDataIOExceptionImageReadExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.