jas.hist.test
Class Live2DGauss

java.lang.Object
  |
  +--java.util.Observable
        |
        +--jas.hist.test.Gauss2D
              |
              +--jas.hist.test.Live2DGauss
All Implemented Interfaces:
DataSource, Rebinnable2DHistogramData

public class Live2DGauss
extends Gauss2D


Fields inherited from class jas.hist.test.Gauss2D
MAXSIZE
 
Fields inherited from interface jas.hist.DataSource
DATE, DELTATIME, DOUBLE, INTEGER, STRING
 
Constructor Summary
Live2DGauss(java.lang.String name, int entries)
           
 
Method Summary
 void setUpdateFrequency(long delay)
           
 
Methods inherited from class jas.hist.test.Gauss2D
getSize, getStatistics, getTitle, getXAxisLabels, getXAxisType, getXBins, getXData, getXMax, getXMin, getYAxisLabels, getYAxisType, getYBins, getYData, getYMax, getYMin, isRebinnable, rebin, setSize
 
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

Live2DGauss

public Live2DGauss(java.lang.String name,
                   int entries)
Method Detail

setUpdateFrequency

public void setUpdateFrequency(long delay)