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 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) -
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(java.lang.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 TiffPlanarConfigurationAbstractImageDataReader. planarConfigurationprivate TiffPlanarConfigurationDataReaderStrips. planarConfigurationConstructors in org.apache.commons.imaging.formats.tiff.datareaders with parameters of type TiffPlanarConfiguration 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)
-