net.sf.statcvs.renderer
Class LOCChart
java.lang.Object
net.sf.statcvs.renderer.Chart
net.sf.statcvs.renderer.LOCChart
- public class LOCChart
- extends Chart
Class for producing Lines Of Code charts
TODO: Replace by TimeSeriesChart
- Version:
- $Id: LOCChart.java,v 1.38 2004/10/12 07:22:42 cyganiak Exp $
- Author:
- jentzsch
|
Constructor Summary |
LOCChart(List locSeriesList,
String title,
String fileName,
int width,
int height)
Creates a Lines Of Code chart from a list of BasicTimesSeries and
saves it as PNG |
LOCChart(TimeSeries locSeries,
String title,
String fileName,
int width,
int height)
Creates a Lines Of Code chart from a BasicTimeSeries and
saves it as PNG |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOCChart
public LOCChart(TimeSeries locSeries,
String title,
String fileName,
int width,
int height)
- Creates a Lines Of Code chart from a BasicTimeSeries and
saves it as PNG
- Parameters:
locSeries - the LOC historytitle - the chart titlefileName - the filename where the chart will be savedwidth - width of PNG in pixelsheight - height of PNG in pixels
LOCChart
public LOCChart(List locSeriesList,
String title,
String fileName,
int width,
int height)
- Creates a Lines Of Code chart from a list of BasicTimesSeries and
saves it as PNG
- Parameters:
locSeriesList - a list of BasicTimesSeriestitle - the chart titlefileName - the filename where the chart will be savedwidth - width of PNG in pixelsheight - height of PNG in pixels