Apache JMeter

org.apache.jmeter.report
Interface ReportChart

All Known Implementing Classes:
AbstractChart

public interface ReportChart


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

Method Detail

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.

Returns:

Apache JMeter

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