jas.hist.test
Class TimeGauss

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

public class TimeGauss
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
TimeGauss(java.lang.String name, int entries, double max, double offX, double offY)
           
 
Method Summary
static TimeGauss create(java.lang.String name, int entries, java.util.Date start, java.util.Date end)
           
 int getAxisType()
          Returns one of DOUBLE,INTEGER,STRING,DATE or DELTATIME
 
Methods inherited from class jas.hist.test.Gauss
getAxisLabels, 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

TimeGauss

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

getAxisType

public int getAxisType()
Description copied from interface: Rebinnable1DHistogramData
Returns one of DOUBLE,INTEGER,STRING,DATE or DELTATIME
Overrides:
getAxisType in class Gauss

create

public static TimeGauss create(java.lang.String name,
                               int entries,
                               java.util.Date start,
                               java.util.Date end)