net.sf.statcvs.charts

Class TimeLineChartMaker


public class TimeLineChartMaker
extends Object

Creates charts from TimeLines.
Version:
$Id: TimeLineChartMaker.java,v 1.8 2008/04/02 11:22:15 benoitx Exp $
Author:
Richard Cyganiak

Constructor Summary

TimeLineChartMaker(ReportConfig config, TimeLine timeLine, String fileName, Collection symbolicNames)
Creates a chart from a time line.

Method Summary

ChartImage
toFile()

Constructor Details

TimeLineChartMaker

public TimeLineChartMaker(ReportConfig config,
                          TimeLine timeLine,
                          String fileName,
                          Collection symbolicNames)
Creates a chart from a time line.
Parameters:
config - The configuration to use
timeLine - the time line data for the chart
fileName - the file name for the PNG image

Method Details

toFile

public ChartImage toFile()