JSCAPE MFT Server

com.jscape.inet.mft.subsystems.reporting.html
Interface ChartFormatter

All Known Implementing Classes:
AbstractChartFormatter, BarChartFormatter, TimeChartFormatter

public interface ChartFormatter

Statistics chart format.

Author:
Roman Sheshunov

Method Summary
 java.lang.String format(Chart chart, java.io.File workingDirectory, java.lang.String filename)
          Formats model as chart.
 

Method Detail

format

java.lang.String format(Chart chart,
                        java.io.File workingDirectory,
                        java.lang.String filename)
                        throws java.io.IOException
Formats model as chart. Returns the formatted fragment of chart image.

Parameters:
chart - the model to format as chart
workingDirectory - a working directory
filename - chart filename
Returns:
the HTML fragment of chart image
Throws:
java.io.IOException - if I/O error occurs

JSCAPE MFT Server

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved