Package spectrogramNoiseReduction
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 Summary
FieldsModifier and TypeFieldDescriptionintstatic final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSettings(Serializable set) voidclone()Get a set of data that describes all of the parameters in a classgetSettings(int iSet) boolean[]Added so that the run methods could be properly logged in the XML outputbooleanisRunMethod(int iMethod) voidsetRunMethod(int iMethod, boolean run)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
methodSettings
-
dataSource
-
channelList
public int channelList
-
-
Constructor Details
-
SpectrogramNoiseSettings
public SpectrogramNoiseSettings()
-
-
Method Details
-
clearSettings
public void clearSettings() -
addSettings
-
getSettings
-
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
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-