hudson.plugins.crap4j.chart
Class AbstractChartMaker

java.lang.Object
  extended by hudson.plugins.crap4j.chart.AbstractChartMaker
Direct Known Subclasses:
AreaChartMaker, LineChartMaker

public abstract class AbstractChartMaker
extends java.lang.Object


Constructor Summary
AbstractChartMaker()
           
 
Method Summary
 org.jfree.chart.JFreeChart createChart(org.jfree.data.category.CategoryDataset dataset, java.lang.String rangeAxisTitle)
           
protected abstract  org.jfree.chart.JFreeChart createRawChart(org.jfree.data.category.CategoryDataset dataset, java.lang.String rangeAxisTitle)
           
protected  void setupPlot(org.jfree.chart.plot.CategoryPlot plot)
           
protected  void setupRangeAxis(org.jfree.chart.axis.NumberAxis rangeAxis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractChartMaker

public AbstractChartMaker()
Method Detail

createChart

public org.jfree.chart.JFreeChart createChart(org.jfree.data.category.CategoryDataset dataset,
                                              java.lang.String rangeAxisTitle)

createRawChart

protected abstract org.jfree.chart.JFreeChart createRawChart(org.jfree.data.category.CategoryDataset dataset,
                                                             java.lang.String rangeAxisTitle)

setupPlot

protected void setupPlot(org.jfree.chart.plot.CategoryPlot plot)

setupRangeAxis

protected void setupRangeAxis(org.jfree.chart.axis.NumberAxis rangeAxis)


Copyright © 2008. All Rights Reserved.