|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.testabilityexplorer.report.health.DrawingReportBuilder
public abstract class DrawingReportBuilder
A ReportBuilder that can created Charts.
| Constructor Summary | |
|---|---|
protected |
DrawingReportBuilder(ChartBuilder chartBuilder)
|
| Method Summary | |
|---|---|
org.jfree.chart.JFreeChart |
createGraph(RangedTrend rangedTrend)
Returns 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 |
| Methods inherited from interface hudson.plugins.testabilityexplorer.report.health.ReportBuilder |
|---|
computeHealth |
| Constructor Detail |
|---|
protected DrawingReportBuilder(ChartBuilder chartBuilder)
| Method Detail |
|---|
public org.jfree.chart.JFreeChart createGraph(RangedTrend rangedTrend)
JFreeChart based on the given RangedTrend. Will
never return null.
createGraph in interface ReportBuilderrangedTrend - a RangedTrend to feed the JFreeChart with
java.lang.IllegalArgumentException - if the given rangedTrend is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||