Interface ImageDecodeParam

  • All Superinterfaces:
    java.lang.Cloneable, java.io.Serializable
    All Known Subinterfaces:
    ImageEncodeParam
    All Known Implementing Classes:
    PNGDecodeParam, PNGEncodeParam, PNGEncodeParam.Gray, PNGEncodeParam.Palette, PNGEncodeParam.RGB

    public interface ImageDecodeParam
    extends java.lang.Cloneable, java.io.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.