clickDetector
Class WignerPlotOptions

java.lang.Object
  extended by clickDetector.WignerPlotOptions
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class WignerPlotOptions
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
 boolean limitLength
           
 int manualLength
           
static long serialVersionUID
           
 
Constructor Summary
WignerPlotOptions()
           
 
Method Summary
protected  WignerPlotOptions 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

limitLength

public boolean limitLength

manualLength

public int manualLength
Constructor Detail

WignerPlotOptions

public WignerPlotOptions()
Method Detail

clone

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