Uses of Class
com.sun.media.imageio.plugins.tiff.TIFFColorConverter
Packages that use TIFFColorConverter
Package
Description
Package containing the public classes used by the TIFF plug-in for
the Image I/O Framework.
-
Uses of TIFFColorConverter in com.sun.media.imageio.plugins.tiff
Fields in com.sun.media.imageio.plugins.tiff declared as TIFFColorConverterModifier and TypeFieldDescriptionprotected TIFFColorConverterTIFFDecompressor.colorConverterATIFFColorConverterobject describing the color space of the encoded pixel data, ornull.Methods in com.sun.media.imageio.plugins.tiff that return TIFFColorConverterModifier and TypeMethodDescriptionTIFFImageReadParam.getColorConverter()Returns the currently setTIFFColorConverterobject, ornullif none is set.TIFFImageWriteParam.getColorConverter()Returns the currentTIFFColorConverterobject that will be used to perform color conversion when writing the image, ornullif none is set.Methods in com.sun.media.imageio.plugins.tiff with parameters of type TIFFColorConverterModifier and TypeMethodDescriptionvoidTIFFDecompressor.setColorConverter(TIFFColorConverter colorConverter) Sets theTIFFColorConverterobject describing the color space of the encoded data in the input stream.voidTIFFImageReadParam.setColorConverter(TIFFColorConverter colorConverter) Sets theTIFFColorConverterobject for the pixel data being read.voidTIFFImageWriteParam.setColorConverter(TIFFColorConverter colorConverter, int photometricInterpretation) Sets theTIFFColorConverterobject describing the color space to which the input data should be converted for storage in the input stream. -
Uses of TIFFColorConverter in com.sun.media.imageioimpl.plugins.tiff
Subclasses of TIFFColorConverter in com.sun.media.imageioimpl.plugins.tiff