net.sf.statcvs.renderer
Class PieChart

java.lang.Object
  extended bynet.sf.statcvs.renderer.PieChart

public class PieChart
extends java.lang.Object

Class for producing module size charts

Version:
$Id: PieChart.java,v 1.27 2003/03/24 19:09:22 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, java.lang.String userName, int filter)
          creates an 3D Pie Chart
 
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,
                java.lang.String userName,
                int filter)
creates an 3D Pie Chart

Parameters:
content - CvsContent
title - chart title
subTitle - chart subTitle
fileName - fileName for chart
userName - userName for user's pie charts
filter - filter options (users / whole repository)