Interface ImageDecodeParam

All Superinterfaces:
Cloneable, Serializable
All Known Subinterfaces:
ImageEncodeParam
All Known Implementing Classes:
PNGDecodeParam, PNGEncodeParam, PNGEncodeParam.Gray, PNGEncodeParam.Palette, PNGEncodeParam.RGB, TIFFDecodeParam, TIFFEncodeParam

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.