com.sun.media.jai.codec
Class FPXDecodeParam

java.lang.Object
  |
  +--com.sun.media.jai.codec.FPXDecodeParam
All Implemented Interfaces:
Cloneable, ImageDecodeParam, Serializable

public class FPXDecodeParam
extends Object
implements ImageDecodeParam

An instance of ImageDecodeParam for decoding images in the FlashPIX format.

This class is not a committed part of the JAI API. It may be removed or changed in future releases of JAI.

See Also:
Serialized Form

Constructor Summary
FPXDecodeParam()
          Constructs a default instance of FPXDecodeParam.
FPXDecodeParam(int resolution)
          Constructs an instance of FPXDecodeParam to decode a given resolution.
 
Method Summary
 int getResolution()
          Returns the resolution to be decoded.
 void setResolution(int resolution)
          Sets the resolution to be decoded.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FPXDecodeParam

public FPXDecodeParam()
Constructs a default instance of FPXDecodeParam.

FPXDecodeParam

public FPXDecodeParam(int resolution)
Constructs an instance of FPXDecodeParam to decode a given resolution.
Parameters:
resolution - The resolution number to be decoded.
Method Detail

setResolution

public void setResolution(int resolution)
Sets the resolution to be decoded.
Parameters:
resolution - The resolution number to be decoded.

getResolution

public int getResolution()
Returns the resolution to be decoded.