public abstract class AbstractHistogramSupplier<T> extends java.lang.Object implements StatisticSupplier
| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractHistogramSupplier.HistogramSettings |
static class |
AbstractHistogramSupplier.HistogramSettingsImpl |
StatisticSupplier.NamedExtractor<T>, StatisticSupplier.NamedParameterizedExtractor<T,U extends StatisticSupplier.StatisticsGraphSettings>, StatisticSupplier.StatisticsGraphSettings, StatisticSupplier.StatisticsGraphSettingsImpl| Constructor and Description |
|---|
AbstractHistogramSupplier(boolean isDurationType,
java.lang.String name,
java.util.Collection<T> items) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.jfree.data.statistics.HistogramDataset |
createDataset(AbstractHistogramSupplier.HistogramSettings settings) |
java.lang.String |
getName() |
org.jfree.chart.ChartPanel |
updateAndGetChartPanel(StatisticSupplier.StatisticsGraphSettings settings) |
org.jfree.data.statistics.HistogramDataset |
updateAndGetDataset(StatisticSupplier.StatisticsGraphSettings settings) |
public AbstractHistogramSupplier(boolean isDurationType,
java.lang.String name,
java.util.Collection<T> items)
public java.lang.String getName()
getName in interface StatisticSupplierpublic org.jfree.data.statistics.HistogramDataset updateAndGetDataset(StatisticSupplier.StatisticsGraphSettings settings)
updateAndGetDataset in interface StatisticSupplierprotected abstract org.jfree.data.statistics.HistogramDataset createDataset(AbstractHistogramSupplier.HistogramSettings settings)
public org.jfree.chart.ChartPanel updateAndGetChartPanel(StatisticSupplier.StatisticsGraphSettings settings)
updateAndGetChartPanel in interface StatisticSupplier