net.sf.statcvs.charts
public class TimeLineChartMaker extends java.lang.Object
TimeLine
s.Constructor and Description |
---|
TimeLineChartMaker(java.lang.String chartName,
ReportConfig config,
TimeLine timeLine,
java.lang.String fileName,
java.util.Collection symbolicNames)
Creates a chart from a time line.
|
Modifier and Type | Method and Description |
---|---|
ChartImage |
toFile() |
public TimeLineChartMaker(java.lang.String chartName, ReportConfig config, TimeLine timeLine, java.lang.String fileName, java.util.Collection symbolicNames)
config
- The configuration to usetimeLine
- the time line data for the chartfileName
- the file name for the PNG imagepublic ChartImage toFile()