org.objectweb.proactive.benchmarks.timit.util.charts
Class HierarchicalBarChart

java.lang.Object
  extended by org.objectweb.proactive.benchmarks.timit.util.charts.HierarchicalBarChart
All Implemented Interfaces:
java.io.Serializable, Chart

public class HierarchicalBarChart
extends java.lang.Object
implements Chart

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.objectweb.proactive.benchmarks.timit.util.charts.Chart
Chart.LegendFormat, Chart.Scale
 
Constructor Summary
HierarchicalBarChart()
           
 
Method Summary
 void generateChart(org.jdom.Element eTimit, BenchmarkStatistics bstats, ConfigChart cChart)
          Generate a chart from the root Element of finalized benchmark serie, or a BenchmarkStatistics if values can't be store in a convenient way in XML serie result file (like communication pattern event datas)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HierarchicalBarChart

public HierarchicalBarChart()
Method Detail

generateChart

public void generateChart(org.jdom.Element eTimit,
                          BenchmarkStatistics bstats,
                          ConfigChart cChart)
Description copied from interface: Chart
Generate a chart from the root Element of finalized benchmark serie, or a BenchmarkStatistics if values can't be store in a convenient way in XML serie result file (like communication pattern event datas)

Specified by:
generateChart in interface Chart
Parameters:
eTimit - the root Element of the XML serie result file
bstats - the BenchmarkStatistics computed by TimIt Reductor
cChart - the parameters of the chart


Copyright 2001-2007 INRIA All Rights Reserved.