public abstract class TiffImageData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TiffImageData.Data |
static class |
TiffImageData.Strips |
static class |
TiffImageData.Tiles |
Constructor and Description |
---|
TiffImageData() |
Modifier and Type | Method and Description |
---|---|
abstract DataReader |
getDataReader(ArrayList entries,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression) |
abstract TiffElement.DataElement[] |
getImageData() |
abstract boolean |
stripsNotTiles() |
public abstract TiffElement.DataElement[] getImageData()
public abstract boolean stripsNotTiles()
public abstract DataReader getDataReader(ArrayList entries, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression) throws IOException, ImageReadException
IOException
ImageReadException
Copyright © 2007-2012. All Rights Reserved.