public class HistogramSupplier<T> extends AbstractHistogramSupplier<T>
AbstractHistogramSupplier.HistogramSettings, AbstractHistogramSupplier.HistogramSettingsImplStatisticSupplier.NamedExtractor<T>, StatisticSupplier.NamedParameterizedExtractor<T,U extends StatisticSupplier.StatisticsGraphSettings>, StatisticSupplier.StatisticsGraphSettings, StatisticSupplier.StatisticsGraphSettingsImpl| Constructor and Description |
|---|
HistogramSupplier(java.util.Collection<T> items,
java.util.function.Predicate<T> emptyItemFilter,
java.lang.String name,
boolean isDurationType,
StatisticSupplier.NamedExtractor<T>... namedExtractors) |
HistogramSupplier(java.util.Collection<T> items,
java.lang.String name,
boolean isDurationType,
StatisticSupplier.NamedExtractor<T>... namedExtractors) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jfree.data.statistics.HistogramDataset |
createDataset(AbstractHistogramSupplier.HistogramSettings settings) |
getName, updateAndGetChartPanel, updateAndGetDataset@SafeVarargs public HistogramSupplier(java.util.Collection<T> items, java.lang.String name, boolean isDurationType, StatisticSupplier.NamedExtractor<T>... namedExtractors)
@SafeVarargs public HistogramSupplier(java.util.Collection<T> items, java.util.function.Predicate<T> emptyItemFilter, java.lang.String name, boolean isDurationType, StatisticSupplier.NamedExtractor<T>... namedExtractors)
protected org.jfree.data.statistics.HistogramDataset createDataset(AbstractHistogramSupplier.HistogramSettings settings)
createDataset in class AbstractHistogramSupplier<T>