Vector Graphics, 2.4

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: freehep-graphicsio/src/main/java/org/freehep/graphicsio/ImageParamConverter.java 4a3e7879b7eb 2006/08/11 17:39:56 duns $
Author:
Mark Donszelmann

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

Method Detail

getWriteParam

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


Vector Graphics, 2.4

Copyright © 2014. All rights reserved.