Class PopulationDisplay

    • Field Detail

      • frameNumber

        int frameNumber
      • storedFrameNumber

        int storedFrameNumber
      • population

        double[] population
      • imaxp

        int imaxp
      • maxp

        double maxp
      • populationFrames

        JCheckBox populationFrames
    • Constructor Detail

      • PopulationDisplay

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

      • populationFramesActionPerformed

        private void populationFramesActionPerformed​(ActionEvent evt)
      • getColourString

        private String getColourString​(double p)
      • setFrameNumberFromViewer

        public void setFrameNumberFromViewer​(int number)
      • getFrameNumber

        public int getFrameNumber()
      • getLabelText

        private String getLabelText()
      • addPopulation

        public void addPopulation​(double[] population)
      • getPopulation

        public double[] getPopulation()