hep.analysis.partition
Class SimpleScatterStorer

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

public class SimpleScatterStorer
extends AbstractTwoDFillable
implements TwoDStorer

See Also:
Serialized Form

Constructor Summary
SimpleScatterStorer()
           
 
Method Summary
 void clear()
           
 void fill(double x, double y)
           
 void fillData(TwoDFillable fill)
           
 void fillW(double x, double y, double weight)
           
 ScatterEnumeration startEnumeration()
           
 ScatterEnumeration startEnumeration(double xMin, double xMax, double yMin, double yMax)
           
 
Methods inherited from class hep.analysis.partition.AbstractTwoDFillable
fill, fillW
 
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
fill, fillW
 

Constructor Detail

SimpleScatterStorer

public SimpleScatterStorer()
Method Detail

fill

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

fillW

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

fillData

public void fillData(TwoDFillable fill)
Specified by:
fillData in interface TwoDStorer

startEnumeration

public ScatterEnumeration startEnumeration()

startEnumeration

public ScatterEnumeration startEnumeration(double xMin,
                                           double xMax,
                                           double yMin,
                                           double yMax)

clear

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