Class FrameDeltaDisplay

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FrameDeltaDisplay extends JPanel
See Also:
  • Field Details

    • viewer

      NMR_Viewer viewer
    • label

      JLabel label
    • totalfield

      JTextField totalfield
    • coupleWeightField

      JTextField coupleWeightField
    • noeWeightField

      JTextField noeWeightField
    • coupleWeight

      double coupleWeight
    • noeWeight

      double noeWeight
    • frameDeltaNoe

      double frameDeltaNoe
    • frameDeltaCouple

      double frameDeltaCouple
  • Constructor Details

    • FrameDeltaDisplay

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

    • setFrameDeltaNoe

      public void setFrameDeltaNoe(double frameDelta)
    • setFrameDeltaCouple

      public void setFrameDeltaCouple(double frameDelta)
    • setFieldText

      private void setFieldText()
    • getLabelText

      private String getLabelText()
    • setNoeWeight

      private void setNoeWeight(double weight)
    • setCoupleWeight

      private void setCoupleWeight(double weight)
    • getNoeWeight

      public double getNoeWeight()
    • getCoupleWeight

      public double getCoupleWeight()