net.sf.statcvs.renderer
Class TimeLineChart
java.lang.Object
net.sf.statcvs.renderer.Chart
net.sf.statcvs.renderer.TimeLineChart
- public class TimeLineChart
- extends Chart
Creates charts from TimeLine
s and
saves them to PNG.
TODO: Should call TimeLine#isEmpty and not generate the chart if true
- Version:
- $Id: TimeLineChart.java,v 1.6 2004/10/12 07:22:30 cyganiak Exp $
- Author:
- Richard Cyganiak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeLineChart
public TimeLineChart(TimeLine timeLine,
String fileName,
int width,
int height)
- Creates a chart from a time line.
- Parameters:
timeLine
- the time line data for the chartfileName
- the file name for the PNG imagewidth
- the width of the imageheight
- the height of the image