FreeHEP API
Version current

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,v 1.1 2003/04/30 00:24:00 duns Exp $
Author:
Mark Donszelmann
Source Code:
ImageParamConverter.java

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

Method Detail

getWriteParam

public ImageWriteParam getWriteParam(Properties properties)
Returns a subclass of ImageWriteParam with all the instance variable set according to the properties


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.