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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleScatterStorer
public SimpleScatterStorer()
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