org.codehaus.mojo.dashboard.report.plugin.chart
Class AbstractCategoryChartStrategy

java.lang.Object
  extended by org.codehaus.mojo.dashboard.report.plugin.chart.AbstractChartStrategy
      extended by org.codehaus.mojo.dashboard.report.plugin.chart.AbstractCategoryChartStrategy
All Implemented Interfaces:
IChartStrategy
Direct Known Subclasses:
CheckstyleBarChartStrategy, CloverBarChartStrategy, CoberturaBarChartStrategy, CpdBarChartStrategy, FindBugsBarChartStrategy, MultiCloverBarChartStrategy, PmdBarChartStrategy, SurefireBarChartStrategy

public abstract class AbstractCategoryChartStrategy
extends AbstractChartStrategy

Author:
David Vicente

Field Summary
protected  org.jfree.data.category.DefaultCategoryDataset defaultdataset
           
 
Constructor Summary
AbstractCategoryChartStrategy()
           
 
Method Summary
 org.jfree.data.general.Dataset getDataset()
           
 
Methods inherited from class org.codehaus.mojo.dashboard.report.plugin.chart.AbstractChartStrategy
getPaintColor, getTitle, getXAxisLabel, getYAxisLabel, isDatasetEmpty, setDatasetEmpty, setTitle, setXAxisLabel, setYAxisLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.mojo.dashboard.report.plugin.chart.IChartStrategy
fillDataset
 

Field Detail

defaultdataset

protected org.jfree.data.category.DefaultCategoryDataset defaultdataset
Constructor Detail

AbstractCategoryChartStrategy

public AbstractCategoryChartStrategy()
Method Detail

getDataset

public org.jfree.data.general.Dataset getDataset()


Copyright © 2006-2010 CodeHaus. All Rights Reserved.