Uses of Class
com.github.jaiimageio.plugins.tiff.TIFFDecompressor
Packages that use TIFFDecompressor
Package
Description
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.tiffModifier and TypeClassDescriptionclassclassclassclassclassclassclassTIFFDecompressorfor "Old JPEG" compression.classclassFields in com.github.jaiimageio.impl.plugins.tiff declared as TIFFDecompressorModifier and TypeFieldDescriptionprivate TIFFDecompressorTIFFImageReader.decompressorprivate TIFFDecompressorTIFFYCbCrDecompressor.decompressorConstructors in com.github.jaiimageio.impl.plugins.tiff with parameters of type TIFFDecompressorModifierConstructorDescriptionTIFFYCbCrDecompressor(TIFFDecompressor decompressor, boolean colorConvert) -
Uses of TIFFDecompressor in com.github.jaiimageio.plugins.tiff
Fields in com.github.jaiimageio.plugins.tiff declared as TIFFDecompressorModifier and TypeFieldDescription(package private) TIFFDecompressorTIFFImageReadParam.decompressorMethods in com.github.jaiimageio.plugins.tiff that return TIFFDecompressorModifier and TypeMethodDescriptionTIFFImageReadParam.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 TIFFDecompressorModifier and TypeMethodDescriptionvoidTIFFImageReadParam.setTIFFDecompressor(TIFFDecompressor decompressor) Sets theTIFFDecompressorobject to be used by theImageReaderto decode each image strip or tile.