hep.analysis.partition
Class TwoDBinAdapter

java.lang.Object
  |
  +--hep.analysis.partition.TwoDBinAdapter
All Implemented Interfaces:
java.io.Serializable, TwoDFillable

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

See Also:
Serialized Form

Method Summary
 void clear()
           
 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
 

Method Detail

fill

public void fill(double 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

fill

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

fillW

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

clear

public void clear()
Specified by:
clear in interface TwoDFillable