net.sf.statcvs.charts
Class TimeLineChartMaker
java.lang.Object
net.sf.statcvs.charts.TimeLineChartMaker
- public class TimeLineChartMaker
- extends Object
Creates charts from TimeLines.
- Version:
- $Id: TimeLineChartMaker.java,v 1.11 2009/04/25 16:36:20 benoitx Exp $
- Author:
- Richard Cyganiak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeLineChartMaker
public TimeLineChartMaker(String chartName,
ReportConfig config,
TimeLine timeLine,
String fileName,
Collection symbolicNames)
- Creates a chart from a time line.
- Parameters:
config - The configuration to usetimeLine - the time line data for the chartfileName - the file name for the PNG image
toFile
public ChartImage toFile()