|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.proactive.benchmarks.timit.util.charts.MatrixChart
public class MatrixChart
This class contains all methods to build a matrix chart from a two-dimensional integer array. Used for communication pattern analysis.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.objectweb.proactive.benchmarks.timit.util.charts.Chart |
|---|
Chart.LegendFormat, Chart.Scale |
| Field Summary | |
|---|---|
static java.net.URL |
logoFile
|
| Constructor Summary | |
|---|---|
MatrixChart()
|
|
| 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 |
| Field Detail |
|---|
public static final java.net.URL logoFile
| Constructor Detail |
|---|
public MatrixChart()
| Method Detail |
|---|
public void generateChart(org.jdom.Element eTimit,
BenchmarkStatistics bstats,
ConfigChart cChart)
Chart
generateChart in interface CharteTimit - the root Element of the XML serie result filebstats - the BenchmarkStatistics computed by TimIt ReductorcChart - the parameters of the chart
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||