Uses of Interface
ca.utoronto.JCVSReport.report.Graph

Packages that use Graph
ca.utoronto.JCVSReport.report   
 

Uses of Graph in ca.utoronto.JCVSReport.report
 

Classes in ca.utoronto.JCVSReport.report that implement Graph
 class BarGraph
          Show how much each developer contributes to several metrics over time using a bar graph
 class BasicGraph
          An abstract base class for representing a single graph.
 class PieGraph
          Show how much each developer contributes to a particular metric over time
 class TimeSeriesGraph
          A graph that displays the values of one or more metrics over time.
 

Methods in ca.utoronto.JCVSReport.report that return Graph
 Graph GraphBuilder.build(MetricDatabase database)
          Build and initialize a new graph object
 Graph[] Report.getGraphs()
          Get a list of the graphs
 



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