org.apache.jmeter.report

Interface ReportChart

Known Implementing Classes:
AbstractChart, BarChart, LineChart

public interface ReportChart

Method Summary

JComponent
renderChart(List data)
The method takes a list of the DataSet items.

Method Details

renderChart

public JComponent renderChart(List data)
The method takes a list of the DataSet items. It is up to the chart class to extract the data and use it to render a graphic.
Parameters:
data - list of DataSet
Returns:
the component

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.