Interface ImageDecodeParam
- All Superinterfaces:
Cloneable,Serializable
- All Known Subinterfaces:
ImageEncodeParam
- All Known Implementing Classes:
PNGDecodeParam,PNGEncodeParam,PNGEncodeParam.Gray,PNGEncodeParam.Palette,PNGEncodeParam.RGB
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.
- Version:
- $Id: ImageDecodeParam.java 1733416 2016-03-03 07:07:13Z gadams $