Class ImagingParameters

All Implemented Interfaces:
Serializable, Cloneable, GeneralParameterValue, ParameterValueGroup, Cloneable

public class ImagingParameters extends AbstractParameter implements ParameterValueGroup
Wraps a JAI's ParameterList. Any change to a parameter value in this group is reflected into the underlying parameter list, and conversely. This adaptor is provided for interoperability with Java Advanced Imaging. A typical usage is to wrap a JAI operation descriptor into an imaging parameter descriptor and create instances of ImagingParameters through the createValue method.
Since:
2.2
Author:
Martin Desruisseaux (IRD)
See Also: