|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBaseHistogram
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 |
|---|
String title()
void setTitle(String title)
throws IllegalArgumentException
title - The title.
IllegalArgumentException - If title cannot be changed.IAnnotation annotation()
int dimension()
void reset()
throws RuntimeException
RuntimeException - If something goes wrong.int entries()
int nanEntries()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||