org.freehep.graphicsio
Interface ImageParamConverter

All Known Implementing Classes:
GIFImageWriteParam, RawImageWriteParam

public interface ImageParamConverter

This interface is to be implemented by sub classes of ImageWriteParam to make properties available to the ImageWriter as an ImageWriteParam object.

Version:
$Id: ImageParamConverter.java 8585 2006-08-11 17:39:56Z duns $
Author:
Mark Donszelmann

Method Summary
 javax.imageio.ImageWriteParam getWriteParam(java.util.Properties properties)
          Returns a subclass of ImageWriteParam with all the instance variable set according to the properties
 

Method Detail

getWriteParam

javax.imageio.ImageWriteParam getWriteParam(java.util.Properties properties)
Returns a subclass of ImageWriteParam with all the instance variable set according to the properties



Copyright © 2000-2007 FreeHEP. All Rights Reserved.