net.sf.statcvs.charts
Class LOCChartMaker
public class LOCChartMaker
Produces Lines Of Code charts
TODO: At least the single-series charts should be done by TimeLineChartMakers
$Id: LOCChartMaker.java,v 1.14 2008/04/02 11:22:15 benoitx Exp $- jentzsch
- Richard Cyganiak (richard@cyganiak.de)
LOCChartMaker(ReportConfig config, List locSeriesList, String title, String fileName, Dimension size, List annotations) - Creates a Lines Of Code chart from a list of BasicTimesSeries and
saves it as PNG
|
LOCChartMaker(ReportConfig config, TimeSeries locSeries, String title, String fileName, Dimension size, List annotations) - Creates a Lines Of Code chart from a BasicTimeSeries and
saves it as PNG
|
LOCChartMaker
public LOCChartMaker(ReportConfig config,
List locSeriesList,
String title,
String fileName,
Dimension size,
List annotations)
Creates a Lines Of Code chart from a list of BasicTimesSeries and
saves it as PNG
locSeriesList
- a list of BasicTimesSeriestitle
- the chart titlefileName
- the filename where the chart will be savedsize
- width and height of PNG in pixels
LOCChartMaker
public LOCChartMaker(ReportConfig config,
TimeSeries locSeries,
String title,
String fileName,
Dimension size,
List annotations)
Creates a Lines Of Code chart from a BasicTimeSeries and
saves it as PNG
locSeries
- the LOC historytitle
- the chart titlefileName
- the filename where the chart will be savedsize
- width and height of PNG in pixelsannotations
-