Class ChartableStatistics

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

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

  • Constructor Details

    • ChartableStatistics

      public ChartableStatistics()
  • 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 Statistics
    • makeChart

      public abstract org.jfree.chart.JFreeChart makeChart()