org.apache.batik.ext.awt.image.codec.util
Interface ImageDecodeParam

All Superinterfaces:
Cloneable, Serializable
All Known Subinterfaces:
ImageEncodeParam
All Known Implementing Classes:
PNGDecodeParam, PNGEncodeParam, 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.




Copyright © 2009 Apache Software Foundation. All Rights Reserved.