hep.analysis.partition
Class AbstractTwoDFillable

java.lang.Object
  |
  +--hep.analysis.partition.AbstractTwoDFillable
All Implemented Interfaces:
java.io.Serializable, TwoDFillable
Direct Known Subclasses:
SimpleScatterStorer, SimpleTwoDStorer, TwoDStatisticsProvider

public abstract class AbstractTwoDFillable
extends java.lang.Object
implements TwoDFillable, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AbstractTwoDFillable()
           
 
Method Summary
 void fill(java.util.Date x, double y)
           
 void fill(double x, double y)
           
 void fillW(java.util.Date x, double y, double weight)
           
 void fillW(double x, double y, double weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.analysis.partition.TwoDFillable
clear
 

Constructor Detail

AbstractTwoDFillable

public AbstractTwoDFillable()
Method Detail

fill

public void fill(double x,
                 double y)
Specified by:
fill in interface TwoDFillable

fill

public void fill(java.util.Date x,
                 double y)
Specified by:
fill in interface TwoDFillable

fillW

public void fillW(double x,
                  double y,
                  double weight)
Specified by:
fillW in interface TwoDFillable

fillW

public void fillW(java.util.Date x,
                  double y,
                  double weight)
Specified by:
fillW in interface TwoDFillable