Class BarChartStatistics

All Implemented Interfaces:
Setup, Singleton, Serializable

public class BarChartStatistics extends ChartableStatistics
See Also:
  • Field Details

    • dataset

      public org.jfree.data.category.DefaultCategoryDataset dataset
  • Constructor Details

    • BarChartStatistics

      public BarChartStatistics()
  • 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
    • makeBar

      public void makeBar(int seriesID, double[] genes)