Class LOCChartMaker

    • Constructor Detail

      • LOCChartMaker

        public LOCChartMaker​(java.lang.String chartName,
                             ReportConfig config,
                             org.jfree.data.time.TimeSeries locSeries,
                             java.lang.String title,
                             java.lang.String fileName,
                             java.awt.Dimension size,
                             java.util.List annotations)
        Creates a Lines Of Code chart from a BasicTimeSeries and saves it as PNG
        Parameters:
        locSeries - the LOC history
        title - the chart title
        fileName - the filename where the chart will be saved
        size - width and height of PNG in pixels
        annotations -
      • LOCChartMaker

        public LOCChartMaker​(java.lang.String chartName,
                             ReportConfig config,
                             java.util.List locSeriesList,
                             java.lang.String title,
                             java.lang.String fileName,
                             java.awt.Dimension size,
                             java.util.List annotations)
        Creates a Lines Of Code chart from a list of BasicTimesSeries and saves it as PNG
        Parameters:
        locSeriesList - a list of BasicTimesSeries
        title - the chart title
        fileName - the filename where the chart will be saved
        size - width and height of PNG in pixels