Package ec.display

Class StatisticsChartPane

All Implemented Interfaces:
Setup, ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

public class StatisticsChartPane extends JTabbedPane implements Setup
See Also:
  • Field Details

    • numCharts

      public int numCharts
  • Constructor Details

    • StatisticsChartPane

      public StatisticsChartPane()
    • StatisticsChartPane

      public StatisticsChartPane(int tabPlacement)
      Parameters:
      tabPlacement -
    • StatisticsChartPane

      public StatisticsChartPane(int tabPlacement, int tabLayoutPolicy)
      Parameters:
      tabPlacement -
      tabLayoutPolicy -
  • 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