| 
FreeHEP API Version 3.2.1  | 
|||||||||
| 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.  | 
 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.
IllegalArgumentEception - If title cannot be changed.
IllegalArgumentExceptionpublic IAnnotation annotation()
public int dimension()
public void reset()
           throws RuntimeException
RuntimeException - If something goes wrong.public int entries()
  | 
FreeHEP API Version 3.2.1  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||