Class PopulationDisplay

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PopulationDisplay extends JPanel
See Also:
  • Constructor Details

    • PopulationDisplay

      public PopulationDisplay(NMR_Viewer viewer)
      Constructor
      Parameters:
      viewer - the NMRViewer in which the animation will take place (?)
  • Method Details

    • setFrameNumberFromViewer

      public void setFrameNumberFromViewer(int number)
    • getFrameNumber

      public int getFrameNumber()
    • addPopulation

      public void addPopulation(double[] population)
    • getPopulation

      public double[] getPopulation()