Class Burst.Preferences

java.lang.Object
org.harctoolbox.analyze.Burst.Preferences
Enclosing class:
Burst

public static final class Burst.Preferences extends Object
  • Field Details

    • DEFAULT_MAX_ROUNDING_ERROR

      public static final double DEFAULT_MAX_ROUNDING_ERROR
      See Also:
    • DEFAULT_MAX_UNITS

      public static final double DEFAULT_MAX_UNITS
      See Also:
    • DEFAULT_MAX_MICROSECONDS

      public static final double DEFAULT_MAX_MICROSECONDS
      See Also:
  • Constructor Details

    • Preferences

      public Preferences(double maxRoundingError, double maxUnits, double maxMicroSeconds)
    • Preferences

      public Preferences()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getMaxRoundingError

      public double getMaxRoundingError()
      Returns:
      the maxRoundingError
    • getMaxUnits

      public double getMaxUnits()
      Returns:
      the maxUnits
    • getMaxMicroSeconds

      public double getMaxMicroSeconds()
      Returns:
      the maxMicroSeconds