|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hep.analysis.partition.AbstractTwoDFillable | +--hep.analysis.partition.SimpleTwoDStorer
Constructor Summary | |
SimpleTwoDStorer()
|
Method Summary | |
void |
clear()
|
void |
fill(double x,
double y)
|
void |
fillData(TwoDFillable fill)
|
void |
fillW(double x,
double y,
double weight)
|
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 |
public SimpleTwoDStorer()
Method Detail |
public void fill(double x, double y)
fill
in interface TwoDFillable
fill
in class AbstractTwoDFillable
public void fillW(double x, double y, double weight)
fillW
in interface TwoDFillable
fillW
in class AbstractTwoDFillable
public void fillData(TwoDFillable fill)
fillData
in interface TwoDStorer
public void clear()
clear
in interface TwoDFillable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |