public class AggregatingHistogram extends IHistogram
| Constructor and Description |
|---|
AggregatingHistogram() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHistogram(IHistogram histogram) |
float[] |
createHistogramArray(long startDate,
long endDate,
int width)
Create an array of floats 0.0-1.0 representing the histogram between the two dates.
|
widthToDatepublic float[] createHistogramArray(long startDate,
long endDate,
int width)
IHistogramcreateHistogramArray in class IHistogrampublic void addHistogram(IHistogram histogram)