Uses of Class
com.sun.media.imageio.plugins.tiff.TIFFCompressor
Packages that use TIFFCompressor
Package
Description
Package containing the public classes used by the TIFF plug-in for
the Image I/O Framework.
-
Uses of TIFFCompressor in com.sun.media.imageio.plugins.tiff
Methods in com.sun.media.imageio.plugins.tiff that return TIFFCompressorModifier and TypeMethodDescriptionTIFFImageWriteParam.getTIFFCompressor()Returns theTIFFCompressorthat is currently set to be used by theImageWriterto encode each image strip or tile, ornullif none has been set.Methods in com.sun.media.imageio.plugins.tiff with parameters of type TIFFCompressorModifier and TypeMethodDescriptionvoidTIFFImageWriteParam.setTIFFCompressor(TIFFCompressor compressor) Sets theTIFFCompressorobject to be used by theImageWriterto encode each image strip or tile. -
Uses of TIFFCompressor in com.sun.media.imageioimpl.plugins.tiff
Subclasses of TIFFCompressor in com.sun.media.imageioimpl.plugins.tiffModifier and TypeClassDescriptionclassBase class for all possible forms of JPEG compression in TIFF.classCompressor for Deflate compression.classCompressor superclass for Deflate and ZLib compression.classATIFFCompressorfor the JPEG variant of EXIF.classclassCompressor for encoding compression type 7, TTN2/Adobe JPEG-in-TIFF.classUncompressed data with LSB-to-MSB fill order.classLZW Compressor.classclassclassclassclassclassCompressor for ZLib compression.