Uses of Class
com.github.jaiimageio.plugins.tiff.TIFFDecompressor
-
Packages that use TIFFDecompressor Package Description com.github.jaiimageio.impl.plugins.tiff com.github.jaiimageio.plugins.tiff Package containing the public classes used by the TIFF plug-in for the Image I/O Framework. -
-
Uses of TIFFDecompressor in com.github.jaiimageio.impl.plugins.tiff
Subclasses of TIFFDecompressor in com.github.jaiimageio.impl.plugins.tiff Modifier and Type Class Description classTIFFDeflateDecompressorclassTIFFFaxDecompressorclassTIFFJPEGDecompressorclassTIFFLSBDecompressorclassTIFFLZWDecompressorclassTIFFNullDecompressorclassTIFFOldJPEGDecompressorTIFFDecompressorfor "Old JPEG" compression.classTIFFPackBitsDecompressorclassTIFFYCbCrDecompressorFields in com.github.jaiimageio.impl.plugins.tiff declared as TIFFDecompressor Modifier and Type Field Description private TIFFDecompressorTIFFImageReader. decompressorprivate TIFFDecompressorTIFFYCbCrDecompressor. decompressorConstructors in com.github.jaiimageio.impl.plugins.tiff with parameters of type TIFFDecompressor Constructor Description TIFFYCbCrDecompressor(TIFFDecompressor decompressor, boolean colorConvert) -
Uses of TIFFDecompressor in com.github.jaiimageio.plugins.tiff
Fields in com.github.jaiimageio.plugins.tiff declared as TIFFDecompressor Modifier and Type Field Description (package private) TIFFDecompressorTIFFImageReadParam. decompressorMethods in com.github.jaiimageio.plugins.tiff that return TIFFDecompressor Modifier and Type Method Description TIFFDecompressorTIFFImageReadParam. getTIFFDecompressor()Returns theTIFFDecompressorthat is currently set to be used by theImageReaderto decode each image strip or tile, ornullif none has been set.Methods in com.github.jaiimageio.plugins.tiff with parameters of type TIFFDecompressor Modifier and Type Method Description voidTIFFImageReadParam. setTIFFDecompressor(TIFFDecompressor decompressor)Sets theTIFFDecompressorobject to be used by theImageReaderto decode each image strip or tile.
-