Package | Description |
---|---|
org.apache.sanselan.formats.tiff | |
org.apache.sanselan.formats.tiff.datareaders | |
org.apache.sanselan.formats.tiff.photometricinterpreters |
Modifier and Type | Method and Description |
---|---|
abstract DataReader |
TiffImageData.getDataReader(ArrayList entries,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression) |
DataReader |
TiffImageData.Tiles.getDataReader(ArrayList entries,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression) |
DataReader |
TiffImageData.Strips.getDataReader(ArrayList entries,
PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression) |
Modifier and Type | Field and Description |
---|---|
protected PhotometricInterpreter |
DataReader.photometricInterpreter |
Constructor and Description |
---|
DataReader(PhotometricInterpreter photometricInterpreter,
int[] bitsPerSample,
int predictor,
int samplesPerPixel) |
DataReaderStrips(PhotometricInterpreter photometricInterpreter,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression,
int rowsPerStrip,
TiffImageData.Strips imageData) |
DataReaderTiled(PhotometricInterpreter photometricInterpreter,
int tileWidth,
int tileLength,
int bitsPerPixel,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height,
int compression,
TiffImageData.Tiles imageData) |
Modifier and Type | Class and Description |
---|---|
class |
PhotometricInterpreterBiLevel |
class |
PhotometricInterpreterCIELAB |
class |
PhotometricInterpreterCMYK |
class |
PhotometricInterpreterLogLUV |
class |
PhotometricInterpreterPalette |
class |
PhotometricInterpreterRGB |
class |
PhotometricInterpreterYCbCr |
Copyright © 2007-2012. All Rights Reserved.