ca.utoronto.JCVSReport.report
Class PieGraph

java.lang.Object
  extended byca.utoronto.JCVSReport.report.BasicGraph
      extended byca.utoronto.JCVSReport.report.BarGraph
          extended byca.utoronto.JCVSReport.report.PieGraph
All Implemented Interfaces:
Graph

public class PieGraph
extends BarGraph

Show how much each developer contributes to a particular metric over time

Author:
David James

Field Summary
 
Fields inherited from class ca.utoronto.JCVSReport.report.BasicGraph
database, devMap, fileMap, id, incremental, perDeveloper, props
 
Constructor Summary
PieGraph()
           
 
Method Summary
protected  org.jfree.chart.JFreeChart getChart()
          Build a chart from a dataset
 
Methods inherited from class ca.utoronto.JCVSReport.report.BarGraph
getDataset
 
Methods inherited from class ca.utoronto.JCVSReport.report.BasicGraph
executeQuery, getHeight, getKey, getMetricNames, getProperty, getProperty, getSeriesLabel, getStoredMetricValue, getTitle, getWidth, getXLabel, getYLabel, init, setPerDeveloper, storeMetricValue, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieGraph

public PieGraph()
Method Detail

getChart

protected org.jfree.chart.JFreeChart getChart()
                                       throws Exception
Build a chart from a dataset

Overrides:
getChart in class BarGraph
Throws:
Exception


JCVSReport: Easy Progress Reports for CVS/Java Projects. By David James.