Class XYSeriesChartStatistics

java.lang.Object
ec.Statistics
ec.display.chart.ChartableStatistics
ec.display.chart.XYSeriesChartStatistics
All Implemented Interfaces:
Setup, Singleton, Serializable
Direct Known Subclasses:
TimeSeriesStatistics

public abstract class XYSeriesChartStatistics extends ChartableStatistics
See Also:
  • Field Details

    • seriesCollection

      public org.jfree.data.xy.XYSeriesCollection seriesCollection
  • Constructor Details

    • XYSeriesChartStatistics

      public XYSeriesChartStatistics()
  • Method Details

    • setup

      public void setup(EvolutionState state, Parameter base)
      Description copied from interface: Setup
      Sets up the object by reading it from the parameters stored in state, built off of the parameter base base. If an ancestor implements this method, be sure to call super.setup(state,base); before you do anything else.
      Specified by:
      setup in interface Setup
      Overrides:
      setup in class ChartableStatistics
    • makeChart

      public org.jfree.chart.JFreeChart makeChart()
      Specified by:
      makeChart in class ChartableStatistics
    • addSeries

      public int addSeries(String name)
    • addDataPoint

      public void addDataPoint(int seriesID, double x, double y)