Class SpectrogramNoiseDialogPanel

java.lang.Object
spectrogramNoiseReduction.SpectrogramNoiseDialogPanel

public class SpectrogramNoiseDialogPanel extends Object
  • Constructor Details

    • SpectrogramNoiseDialogPanel

      public SpectrogramNoiseDialogPanel(SpectrogramNoiseProcess spectrogramNoiseProcess)
  • Method Details

    • getPanel

      public Component getPanel()
    • setSourcePanel

      public void setSourcePanel(SourcePanel sourcePanel)
      Set a source panel so that the dialog panel can respond to source changes.
      Parameters:
      sourcePanel - sourcepanel.
    • setSource

      public void setSource(PamDataBlock sourceDataBlock)
    • setParams

      public void setParams(SpectrogramNoiseSettings spectrogramNoiseSettings)
    • getParams

      public boolean getParams(SpectrogramNoiseSettings spectrogramNoiseSettings)
    • enableControls

      public void enableControls()
    • hasProcessed

      public boolean hasProcessed(int iMethod)
      Will return true for a method if either this panel has the method selected OR the source data has already had that method applied.
      Parameters:
      iMethod -
      Returns:
      true if the method has been selected.