net.sf.statcvs.renderer
Class PieChart

java.lang.Object
  extended by net.sf.statcvs.renderer.Chart
      extended by net.sf.statcvs.renderer.PieChart

public class PieChart
extends Chart

Class for producing module size charts

Version:
$Id: PieChart.java,v 1.35 2003/04/20 15:18:23 cyganiak Exp $
Author:
jentzsch

Field Summary
static int FILTERED_BY_REPOSITORY
          Filter method by repository
static int FILTERED_BY_USER
          Filter method by username
 
Constructor Summary
PieChart(CvsContent content, java.lang.String title, java.lang.String subTitle, java.lang.String fileName, Author author, int filter)
          creates an 3D Pie Chart
 
Method Summary
 
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
 

Field Detail

FILTERED_BY_REPOSITORY

public static final int FILTERED_BY_REPOSITORY
Filter method by repository

See Also:
Constant Field Values

FILTERED_BY_USER

public static final int FILTERED_BY_USER
Filter method by username

See Also:
Constant Field Values
Constructor Detail

PieChart

public PieChart(CvsContent content,
                java.lang.String title,
                java.lang.String subTitle,
                java.lang.String fileName,
                Author author,
                int filter)
creates an 3D Pie Chart

Parameters:
content - CvsContent
title - chart title
subTitle - chart subTitle
fileName - fileName for chart
author - author for this pie chart
filter - filter options (users / whole repository)