net.sf.statcvs.renderer
Class BarChart

java.lang.Object
  extended bynet.sf.statcvs.renderer.Chart
      extended bynet.sf.statcvs.renderer.BarChart

public class BarChart
extends Chart

Class for producing bar charts

Version:
$Id: BarChart.java,v 1.12 2004/10/12 07:22:42 cyganiak Exp $
Author:
jentzsch

Constructor Summary
BarChart(SortedSet revisions, String title, String fileName, int categoryCount, String[] categoryNames)
          creates a Bar Chart
 
Methods inherited from class net.sf.statcvs.renderer.Chart
createChart, getChart, getFileName, saveChart, saveChart, setChart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarChart

public BarChart(SortedSet revisions,
                String title,
                String fileName,
                int categoryCount,
                String[] categoryNames)
creates a Bar Chart

Parameters:
revisions - a set of CvsRevisions
title - chart title
fileName - fileName for chart
categoryCount - number of catgories
categoryNames - names for categories