hudson.plugins.testabilityexplorer.report.charts
Class TestabilityChartBuilder

java.lang.Object
  extended by hudson.plugins.testabilityexplorer.report.charts.TestabilityChartBuilder
All Implemented Interfaces:
ChartBuilder

public class TestabilityChartBuilder
extends java.lang.Object
implements ChartBuilder

Wraps the creation of JFreeChart's.

Author:
reik.schatz

Constructor Summary
TestabilityChartBuilder()
           
 
Method Summary
 org.jfree.chart.JFreeChart createChart(RangedTrend rangedTrend)
          Creates a JFreeChart based on the given RangedTrend.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestabilityChartBuilder

public TestabilityChartBuilder()
Method Detail

createChart

public org.jfree.chart.JFreeChart createChart(RangedTrend rangedTrend)
Creates a JFreeChart based on the given RangedTrend.

Specified by:
createChart in interface ChartBuilder


Copyright © 2008. All Rights Reserved.