net.sf.statcvs.renderer
Class CombinedCommitScatterChart

java.lang.Object
  extended bynet.sf.statcvs.renderer.Chart
      extended bynet.sf.statcvs.renderer.CombinedCommitScatterChart

public class CombinedCommitScatterChart
extends Chart

Author:
jentzsch

Constructor Summary
CombinedCommitScatterChart(TimeSeries series_all, Map authorSeriesMap, String title, String fileName, int width, int height)
           
 
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

CombinedCommitScatterChart

public CombinedCommitScatterChart(TimeSeries series_all,
                                  Map authorSeriesMap,
                                  String title,
                                  String fileName,
                                  int width,
                                  int height)
Parameters:
series_all -
authorSeriesMap -
title - the chart title
fileName - the filename where the chart will be saved
width - width of PNG in pixels
height - height of PNG in pixels