Uses of Class
org.apache.commons.imaging.formats.tiff.constants.TiffPlanarConfiguration
-
Packages that use TiffPlanarConfiguration 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.constants TIFF constants.org.apache.commons.imaging.formats.tiff.datareaders TIFF data readers. -
-
Uses of TiffPlanarConfiguration in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type TiffPlanarConfiguration Modifier and Type Method Description abstract ImageDataReaderTiffImageData. getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder)ImageDataReaderTiffImageData.Strips. getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteorder)ImageDataReaderTiffImageData.Tiles. getDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder) -
Uses of TiffPlanarConfiguration in org.apache.commons.imaging.formats.tiff.constants
Methods in org.apache.commons.imaging.formats.tiff.constants that return TiffPlanarConfiguration Modifier and Type Method Description static TiffPlanarConfigurationTiffPlanarConfiguration. lenientValueOf(int codeValue)Interprets an integer code value to determine the enumerated value.static TiffPlanarConfigurationTiffPlanarConfiguration. valueOf(String name)Returns the enum constant of this type with the specified name.static TiffPlanarConfiguration[]TiffPlanarConfiguration. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TiffPlanarConfiguration in org.apache.commons.imaging.formats.tiff.datareaders
Fields in org.apache.commons.imaging.formats.tiff.datareaders declared as TiffPlanarConfiguration Modifier and Type Field Description protected TiffPlanarConfigurationImageDataReader. planarConfigurationConstructors in org.apache.commons.imaging.formats.tiff.datareaders with parameters of type TiffPlanarConfiguration Constructor Description DataReaderStrips(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height, int compression, TiffPlanarConfiguration planarConfiguration, 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, TiffPlanarConfiguration planarConfiguration, ByteOrder byteOrder, TiffImageData.Tiles imageData)ImageDataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int[] bitsPerSample, int predictor, int samplesPerPixel, int sampleFormat, int width, int height, TiffPlanarConfiguration planarConfiguration)
-