Uses of Class
org.apache.commons.imaging.formats.tiff.TiffDirectory
Packages that use TiffDirectory
Package
Description
Provides classes and methods for reading and writing
Tagged Image File Format (TIFF) files.
TIFF data readers.
-
Uses of TiffDirectory in org.apache.commons.imaging.formats.tiff
Fields in org.apache.commons.imaging.formats.tiff declared as TiffDirectoryModifier and TypeFieldDescriptionprivate final TiffDirectoryTiffImageMetadata.Directory.directoryFields in org.apache.commons.imaging.formats.tiff with type parameters of type TiffDirectoryModifier and TypeFieldDescriptionfinal List<TiffDirectory> TiffContents.directoriesprivate final List<TiffDirectory> TiffReader.Collector.directoriesMethods in org.apache.commons.imaging.formats.tiff that return TiffDirectoryMethods in org.apache.commons.imaging.formats.tiff with parameters of type TiffDirectoryModifier and TypeMethodDescriptionbooleanTiffReader.Collector.addDirectory(TiffDirectory directory) booleanTiffReader.FirstDirectoryCollector.addDirectory(TiffDirectory directory) booleanTiffReader.Listener.addDirectory(TiffDirectory directory) private static intTiffImageData.extractSampleFormat(TiffDirectory directory) protected BufferedImageTiffImageParser.getBufferedImage(TiffDirectory directory, ByteOrder byteOrder, Map<String, Object> params) abstract ImageDataReaderTiffImageData.getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, ByteOrder byteOrder) TiffImageData.Strips.getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, ByteOrder byteorder) TiffImageData.Tiles.getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, ByteOrder byteOrder) (package private) TiffRasterDataTiffImageParser.getFloatingPointRasterData(TiffDirectory directory, ByteOrder byteOrder, Map<String, Object> params) Reads the content of a TIFF file that contains floating-point data samples.private JpegImageDataTiffReader.getJpegRawImageData(ByteSource byteSource, TiffDirectory directory) private PhotometricInterpreterTiffImageParser.getPhotometricInterpreter(TiffDirectory directory, int photometricInterpretation, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height) private TiffImageDataTiffReader.getTiffRawImageData(ByteSource byteSource, TiffDirectory directory) Constructors in org.apache.commons.imaging.formats.tiff with parameters of type TiffDirectoryConstructor parameters in org.apache.commons.imaging.formats.tiff with type arguments of type TiffDirectoryModifierConstructorDescriptionTiffContents(TiffHeader tiffHeader, List<TiffDirectory> directories, List<TiffField> tiffFields) -
Uses of TiffDirectory in org.apache.commons.imaging.formats.tiff.datareaders
Fields in org.apache.commons.imaging.formats.tiff.datareaders declared as TiffDirectoryConstructors in org.apache.commons.imaging.formats.tiff.datareaders with parameters of type TiffDirectoryModifierConstructorDescriptionDataReaderStrips(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height, int compression, ByteOrder byteOrder, int rowsPerStrip, TiffImageData.Strips imageData) DataReaderTiled(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int tileWidth, int tileLength, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height, int compression, ByteOrder byteOrder, TiffImageData.Tiles imageData) ImageDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height)