Class Spectrum.DataPoint

  • Enclosing class:
    Spectrum

    public static class Spectrum.DataPoint
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DataPoint​(double frequency, double value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getFrequency()  
      double getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataPoint

        public DataPoint​(double frequency,
                         double value)
    • Method Detail

      • getFrequency

        public double getFrequency()
      • getValue

        public double getValue()