jas.hist.test
Class LiveGauss

java.lang.Object
  |
  +--java.util.Observable
        |
        +--jas.hist.test.Gauss
              |
              +--jas.hist.test.LiveGauss
All Implemented Interfaces:
DataSource, HasStatistics, HasStyle, HasXMLRepresentation, Rebinnable1DHistogramData

public class LiveGauss
extends Gauss


Inner classes inherited from class jas.hist.test.Gauss
Gauss.PaulStatistics
 
Fields inherited from class jas.hist.test.Gauss
MAXSIZE
 
Fields inherited from interface jas.hist.DataSource
DATE, DELTATIME, DOUBLE, INTEGER, STRING
 
Constructor Summary
LiveGauss(java.lang.String name, int entries, double max, double offX, double offY)
           
 
Method Summary
 void setUpdateFrequency(long delay)
           
 
Methods inherited from class jas.hist.test.Gauss
getAxisLabels, getAxisType, getBins, getData, getMax, getMin, getSize, getStatistics, getStyle, getTitle, isRebinnable, rebin, setSize, setStats, setStyle, writeAsXML
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveGauss

public LiveGauss(java.lang.String name,
                 int entries,
                 double max,
                 double offX,
                 double offY)
Method Detail

setUpdateFrequency

public void setUpdateFrequency(long delay)