Class XTIFFDecodeParam
java.lang.Object
com.sun.media.jai.codec.TIFFDecodeParam
org.libtiff.jai.codec.XTIFFDecodeParam
- All Implemented Interfaces:
com.sun.media.jai.codec.ImageDecodeParam, Serializable, Cloneable
public class XTIFFDecodeParam
extends com.sun.media.jai.codec.TIFFDecodeParam
An extension of
TIFFDecodeParam for decoding images in
the TIFF format. In addition to the inherited properties, this object
also retains a reference to the parsed XTIFFDirectory that is
constructed from the file. For encoding, an empty XTIFFDirectory
is constructed, into which the user may provide any additional
tags for controlling the contents of the data. For example, if
the image is to be compressed, some additional tags may be needed
to specify parameters for the particular compression scheme.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a default instance ofXTIFFDecodeParam.XTIFFDecodeParam(com.sun.media.jai.codec.TIFFDecodeParam param) Promotes an XTIFFEncodeParam object from simpler one -
Method Summary
Modifier and TypeMethodDescriptionreturns the current XTIFFDirectoryvoidsets the current XTIFFDirectoryMethods inherited from class com.sun.media.jai.codec.TIFFDecodeParam
decode16BitsTo8Bits, decodeSigned16BitsTo8Bits, getDecodePaletteAsShorts, getIFDOffset, getJPEGDecompressYCbCrToRGB, setDecodePaletteAsShorts, setIFDOffset, setJPEGDecompressYCbCrToRGB
-
Field Details
-
directory
-
-
Constructor Details
-
XTIFFDecodeParam
public XTIFFDecodeParam(com.sun.media.jai.codec.TIFFDecodeParam param) Promotes an XTIFFEncodeParam object from simpler one -
XTIFFDecodeParam
public XTIFFDecodeParam()Constructs a default instance ofXTIFFDecodeParam.
-
-
Method Details
-
getDirectory
returns the current XTIFFDirectory -
setDirectory
sets the current XTIFFDirectory
-