clickDetector
Class ClickSpectrumParams
java.lang.Object
clickDetector.ClickSpectrumParams
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class ClickSpectrumParams
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
CHANNELS_SINGLE
public static final transient int CHANNELS_SINGLE
- See Also:
- Constant Field Values
CHANNELS_MEANS
public static final transient int CHANNELS_MEANS
- See Also:
- Constant Field Values
logScale
public boolean logScale
logRange
public double logRange
plotSmoothing
public int plotSmoothing
smoothPlot
public boolean smoothPlot
channelChoice
public int channelChoice
ClickSpectrumParams
public ClickSpectrumParams()
clone
protected ClickSpectrumParams clone()
- Overrides:
clone in class java.lang.Object