clickDetector
Class ClickSpectrumParams

java.lang.Object
  extended by 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

Field Summary
 int channelChoice
           
static int CHANNELS_MEANS
           
static int CHANNELS_SINGLE
           
 double logRange
           
 boolean logScale
           
 int plotSmoothing
           
static long serialVersionUID
           
 boolean smoothPlot
           
 
Constructor Summary
ClickSpectrumParams()
           
 
Method Summary
protected  ClickSpectrumParams clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ClickSpectrumParams

public ClickSpectrumParams()
Method Detail

clone

protected ClickSpectrumParams clone()
Overrides:
clone in class java.lang.Object