Package clickDetector
Class ClickSpectrumParams
java.lang.Object
clickDetector.ClickSpectrumParams
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
public class ClickSpectrumParams
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintstatic final intstatic final intdoublebooleanbooleanintstatic final longbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ClickSpectrumParamsclone()Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
CHANNELS_SINGLE
public static final transient int CHANNELS_SINGLE- See Also:
-
CHANNELS_MEANS
public static final transient int CHANNELS_MEANS- See Also:
-
logScale
public boolean logScale -
logRange
public double logRange -
plotSmoothing
public int plotSmoothing -
smoothPlot
public boolean smoothPlot -
channelChoice
public int channelChoice -
showEventInfo
public boolean showEventInfo -
plotCepstrum
public boolean plotCepstrum
-
-
Constructor Details
-
ClickSpectrumParams
public ClickSpectrumParams()
-
-
Method Details
-
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.
-