Uses of Class
org.apache.commons.imaging.formats.tiff.TiffDirectory
-
Packages that use TiffDirectory Package Description org.apache.commons.imaging.formats.tiff Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files.org.apache.commons.imaging.formats.tiff.datareaders TIFF data readers. -
-
Uses of TiffDirectory in org.apache.commons.imaging.formats.tiff
Fields in org.apache.commons.imaging.formats.tiff declared as TiffDirectory Modifier and Type Field Description private TiffDirectoryTiffImageMetadata.Directory. directoryFields in org.apache.commons.imaging.formats.tiff with type parameters of type TiffDirectory Modifier and Type Field Description java.util.List<TiffDirectory>TiffContents. directoriesprivate java.util.List<TiffDirectory>TiffReader.Collector. directoriesMethods in org.apache.commons.imaging.formats.tiff that return TiffDirectory Modifier and Type Method Description TiffDirectoryTiffImageMetadata. findDirectory(int directoryType)Methods in org.apache.commons.imaging.formats.tiff with parameters of type TiffDirectory Modifier and Type Method Description booleanTiffReader.Collector. addDirectory(TiffDirectory directory)booleanTiffReader.FirstDirectoryCollector. addDirectory(TiffDirectory directory)booleanTiffReader.Listener. addDirectory(TiffDirectory directory)private static intAbstractTiffImageData. extractSampleFormat(TiffDirectory directory)protected java.awt.image.BufferedImageTiffImageParser. getBufferedImage(TiffDirectory directory, java.nio.ByteOrder byteOrder, TiffImagingParameters params)abstract AbstractImageDataReaderAbstractTiffImageData. getDataReader(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, java.nio.ByteOrder byteOrder)AbstractImageDataReaderAbstractTiffImageData.Strips. getDataReader(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, java.nio.ByteOrder byteorder)AbstractImageDataReaderAbstractTiffImageData.Tiles. getDataReader(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, java.nio.ByteOrder byteOrder)private JpegImageDataTiffReader. getJpegRawImageData(ByteSource byteSource, TiffDirectory directory)private AbstractPhotometricInterpreterTiffImageParser. getPhotometricInterpreter(TiffDirectory directory, int photometricInterpretation, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height)(package private) AbstractTiffRasterDataTiffImageParser. getRasterData(TiffDirectory directory, java.nio.ByteOrder byteOrder, TiffImagingParameters params)Reads the content of a TIFF file that contains numerical data samples rather than image-related pixels.private AbstractTiffImageDataTiffReader. getTiffRawImageData(ByteSource byteSource, TiffDirectory directory)Constructors in org.apache.commons.imaging.formats.tiff with parameters of type TiffDirectory Constructor Description Directory(java.nio.ByteOrder byteOrder, TiffDirectory directory)Constructor parameters in org.apache.commons.imaging.formats.tiff with type arguments of type TiffDirectory Constructor Description TiffContents(TiffHeader tiffHeader, java.util.List<TiffDirectory> directories, java.util.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 TiffDirectory Modifier and Type Field Description protected TiffDirectoryAbstractImageDataReader. directoryMethods in org.apache.commons.imaging.formats.tiff.datareaders with parameters of type TiffDirectory Modifier and Type Method Description (package private) static voidDataInterpreterJpeg. intepretBlock(TiffDirectory directory, ImageBuilder workingBuilder, int xBlock, int yBlock, int blockWidth, int blockHeight, byte[] compressed)Interpret the content of a TIFF strip or tile obtained from the source file.Constructors in org.apache.commons.imaging.formats.tiff.datareaders with parameters of type TiffDirectory Constructor Description AbstractImageDataReader(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height, TiffPlanarConfiguration planarConfiguration)DataReaderStrips(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, java.nio.ByteOrder byteOrder, int rowsPerStrip, AbstractTiffImageData.Strips imageData)DataReaderTiled(TiffDirectory directory, AbstractPhotometricInterpreter photometricInterpreter, int tileWidth, int tileLength, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, java.nio.ByteOrder byteOrder, AbstractTiffImageData.Tiles imageData)
-