Class SpectrogramNoiseSettings

java.lang.Object
spectrogramNoiseReduction.SpectrogramNoiseSettings
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class SpectrogramNoiseSettings extends Object implements Serializable, Cloneable, ManagedParameters
See Also:
  • Field Details

  • Constructor Details

    • SpectrogramNoiseSettings

      public SpectrogramNoiseSettings()
  • Method Details

    • clearSettings

      public void clearSettings()
    • addSettings

      public void addSettings(Serializable set)
    • getSettings

      public Serializable getSettings(int iSet)
    • isRunMethod

      public boolean[] isRunMethod()
      Added so that the run methods could be properly logged in the XML output
      Returns:
    • isRunMethod

      public boolean isRunMethod(int iMethod)
    • setRunMethod

      public void setRunMethod(int iMethod, boolean run)
    • clone

      public SpectrogramNoiseSettings clone()
    • getParameterSet

      public PamParameterSet getParameterSet()
      Description copied from interface: ManagedParameters
      Get a set of data that describes all of the parameters in a class
      Specified by:
      getParameterSet in interface ManagedParameters
      Returns:
      description of the parameters in a class.