Interface ChartGenerator

All Known Implementing Classes:
CreatedVsResolvedChartGenerator, HistogramChartGenerator, PieChartGenerator, StackedBarChartGenerator

public interface ChartGenerator
Thin wrapper over JFreeChart
Since:
v4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Generates the chart and will produce a ChartHelper that can be used to access the chart location and other information.
  • Method Details

    • generateChart

      ChartHelper generateChart()
      Generates the chart and will produce a ChartHelper that can be used to access the chart location and other information.
      Returns:
      a ChartHelper to access all the chart's details.