com.sun.media.jai.codec
Interface ImageDecodeParam

All Superinterfaces:
Cloneable, Serializable
All Known Subinterfaces:
ImageEncodeParam
All Known Implementing Classes:
FPXDecodeParam, TIFFDecodeParam, JPEGDecodeParam, PNGDecodeParam

public interface ImageDecodeParam
extends Cloneable, Serializable

An empty (marker) interface to be implemented by all image decoder parameter classes.

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