net.sf.statcvs.reports
Class AvgFileSizeTimeLineReport

java.lang.Object
  |
  +--net.sf.statcvs.reports.AvgFileSizeTimeLineReport

public class AvgFileSizeTimeLineReport
extends java.lang.Object

Time line for the average file size from a specified file list.

Version:
$Id: AvgFileSizeTimeLineReport.java,v 1.1 2003/06/05 10:51:55 cyganiak Exp $
Author:
Richard Cyganiak

Constructor Summary
AvgFileSizeTimeLineReport(java.util.List files)
          Creates a new file count time line for a specified list of files.
 
Method Summary
 TimeLine getTimeLine()
          Returns the result time line
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvgFileSizeTimeLineReport

public AvgFileSizeTimeLineReport(java.util.List files)
Creates a new file count time line for a specified list of files.

Parameters:
files - a list of CvsFiles
Method Detail

getTimeLine

public TimeLine getTimeLine()
Returns the result time line

Returns:
the result time line