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 class
TIFFDeflateDecompressor
class
TIFFFaxDecompressor
class
TIFFJPEGDecompressor
class
TIFFLSBDecompressor
class
TIFFLZWDecompressor
class
TIFFNullDecompressor
class
TIFFOldJPEGDecompressor
TIFFDecompressor
for "Old JPEG" compression.class
TIFFPackBitsDecompressor
class
TIFFYCbCrDecompressor
Fields in com.github.jaiimageio.impl.plugins.tiff declared as TIFFDecompressor Modifier and Type Field Description private TIFFDecompressor
TIFFImageReader. decompressor
private TIFFDecompressor
TIFFYCbCrDecompressor. decompressor
Constructors 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) TIFFDecompressor
TIFFImageReadParam. decompressor
Methods in com.github.jaiimageio.plugins.tiff that return TIFFDecompressor Modifier and Type Method Description TIFFDecompressor
TIFFImageReadParam. getTIFFDecompressor()
Returns theTIFFDecompressor
that is currently set to be used by theImageReader
to decode each image strip or tile, ornull
if none has been set.Methods in com.github.jaiimageio.plugins.tiff with parameters of type TIFFDecompressor Modifier and Type Method Description void
TIFFImageReadParam. setTIFFDecompressor(TIFFDecompressor decompressor)
Sets theTIFFDecompressor
object to be used by theImageReader
to decode each image strip or tile.
-