public class XTIFFDecodeParam
extends com.sun.media.jai.codec.TIFFDecodeParam
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.XTIFFDirectory
,
XTIFFDecodeParam
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected XTIFFDirectory |
directory |
Constructor and Description |
---|
XTIFFDecodeParam()
Constructs a default instance of
XTIFFDecodeParam . |
XTIFFDecodeParam(com.sun.media.jai.codec.TIFFDecodeParam param)
Promotes an XTIFFEncodeParam object from simpler one
|
Modifier and Type | Method and Description |
---|---|
XTIFFDirectory |
getDirectory()
returns the current XTIFFDirectory
|
void |
setDirectory(XTIFFDirectory dir)
sets the current XTIFFDirectory
|
protected XTIFFDirectory directory
public XTIFFDecodeParam(com.sun.media.jai.codec.TIFFDecodeParam param)
public XTIFFDecodeParam()
XTIFFDecodeParam
.public XTIFFDirectory getDirectory()
public void setDirectory(XTIFFDirectory dir)