Package spectrogramNoiseReduction
Class SpectrogramNoiseDialogPanel
java.lang.Object
spectrogramNoiseReduction.SpectrogramNoiseDialogPanel
-
Constructor Summary
ConstructorDescriptionSpectrogramNoiseDialogPanel
(SpectrogramNoiseProcess spectrogramNoiseProcess) -
Method Summary
Modifier and TypeMethodDescriptionvoid
getPanel()
boolean
getParams
(SpectrogramNoiseSettings spectrogramNoiseSettings) 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.void
setParams
(SpectrogramNoiseSettings spectrogramNoiseSettings) void
setSource
(PamDataBlock sourceDataBlock) void
setSourcePanel
(SourcePanel sourcePanel) Set a source panel so that the dialog panel can respond to source changes.
-
Constructor Details
-
SpectrogramNoiseDialogPanel
-
-
Method Details
-
getPanel
-
setSourcePanel
Set a source panel so that the dialog panel can respond to source changes.- Parameters:
sourcePanel
- sourcepanel.
-
setSource
-
setParams
-
getParams
-
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.
-