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

java.lang.Object
  extended by org.codehaus.mojo.dashboard.report.plugin.chart.AbstractChartStrategy
      extended by org.codehaus.mojo.dashboard.report.plugin.chart.AbstractPieChartStrategy
All Implemented Interfaces:
IChartStrategy
Direct Known Subclasses:
CheckstyleErrorsPieChartStrategy, CheckstylePieChartStrategy, FindbugsCategoriesPieChartStrategy, FindbugsPrioritiesPieChartStrategy, SurefirePieChartStrategy

public abstract class AbstractPieChartStrategy
extends AbstractChartStrategy

Author:
David Vicente

Field Summary
protected  org.jfree.data.general.DefaultPieDataset defaultdataset
           
 
Constructor Summary
AbstractPieChartStrategy()
           
 
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.general.DefaultPieDataset defaultdataset
Constructor Detail

AbstractPieChartStrategy

public AbstractPieChartStrategy()
Method Detail

getDataset

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


Copyright © 2006-2009 CodeHaus. All Rights Reserved.