Class PieChartStatistics

All Implemented Interfaces:
Setup, Singleton, Serializable

public class PieChartStatistics extends ChartableStatistics
See Also:
  • Field Details

    • dataset

      public org.jfree.data.general.DefaultPieDataset dataset
  • Constructor Details

    • PieChartStatistics

      public PieChartStatistics()
  • 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
    • makeSector

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