|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statcvs.renderer.Chart
net.sf.statcvs.renderer.TimeLineChart
Creates charts from TimeLine
s and
saves them to PNG.
TODO: Should call TimeLine#isEmpty and not generate the chart if true
Constructor Summary | |
TimeLineChart(TimeLine timeLine,
java.lang.String title,
java.lang.String fileName,
int width,
int height)
Creates a chart from a time line. |
Methods inherited from class net.sf.statcvs.renderer.Chart |
createChart, getChart, getFileName, saveChart, saveChart, setChart |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TimeLineChart(TimeLine timeLine, java.lang.String title, java.lang.String fileName, int width, int height)
timeLine
- the time line data for the charttitle
- the title for the chartfileName
- the file name for the PNG imagewidth
- the width of the imageheight
- the height of the image
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |