|
AIDA API Version 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
User level interface to Histogram. Provides the common functionality of the histogram-like classes.
| Method Summary | |
IAnnotation |
annotation()
Get the IAnnotation associated with the Histogram. |
int |
dimension()
Get the Histogram's dimension. |
int |
entries()
Get the number of in-range entries in the Histogram. |
int |
nanEntries()
Number of entries whose coordinate or weight is NaN. |
void |
reset()
Reset the Histogram; as if just created. |
void |
setTitle(String title)
Set the histogram title. |
String |
title()
Get the Histogram's title. |
| Method Detail |
public String title()
public void setTitle(String title)
throws IllegalArgumentException
title - The title.
IllegalArgumentException - If title cannot be changed.public IAnnotation annotation()
public int dimension()
public void reset()
throws RuntimeException
RuntimeException - If something goes wrong.public int entries()
public int nanEntries()
|
AIDA API Version 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||