Package net.sf.statcvs.charts
Class ModifyAddChartMaker
- java.lang.Object
-
- net.sf.statcvs.charts.ModifyAddChartMaker
-
public class ModifyAddChartMaker extends java.lang.Object
Class for producing the "Author Activity: Modifying/Adding" chart- Version:
- $Id: ModifyAddChartMaker.java,v 1.9 2009/04/25 16:36:20 benoitx Exp $
- Author:
- jentzsch, Richard Cyganiak (richard@cyganiak.de)
-
-
Constructor Summary
Constructors Constructor Description ModifyAddChartMaker(ReportConfig config, int width)
Creates a new ModifyAddChartMaker
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartImage
toFile()
-
-
-
Constructor Detail
-
ModifyAddChartMaker
public ModifyAddChartMaker(ReportConfig config, int width)
Creates a new ModifyAddChartMaker- Parameters:
content
- Repositorywidth
- width of the chart in pixels
-
-
Method Detail
-
toFile
public ChartImage toFile()
-
-