Class TimeSeriesStatistics

All Implemented Interfaces:
Setup, Singleton, Serializable

public class TimeSeriesStatistics extends XYSeriesChartStatistics
See Also:
  • Field Details

    • timeCollection

      public org.jfree.data.time.TimeSeriesCollection timeCollection
  • Constructor Details

    • TimeSeriesStatistics

      public TimeSeriesStatistics()
  • 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 XYSeriesChartStatistics