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 |
---|---|
DataReader |
getDataReader(TiffDirectory directory,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression,
java.nio.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 TiffImageData
public TiffElement.DataElement getImageData(int offset)
public int getImageDataLength()
public boolean stripsNotTiles()
stripsNotTiles
in class TiffImageData
public DataReader getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, java.nio.ByteOrder byteorder) throws java.io.IOException, ImageReadException
getDataReader
in class TiffImageData
java.io.IOException
ImageReadException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"