public class ParameterizedBarChartSupplier<T extends Labeled> extends AbstractBarChartSupplier<T>
AbstractBarChartSupplier.BarChartSettings, AbstractBarChartSupplier.BarChartSettingsImplStatisticSupplier.NamedExtractor<T>, StatisticSupplier.NamedParameterizedExtractor<T,U extends StatisticSupplier.StatisticsGraphSettings>, StatisticSupplier.StatisticsGraphSettings, StatisticSupplier.StatisticsGraphSettingsImpl| Constructor and Description |
|---|
ParameterizedBarChartSupplier(java.util.Collection<T> items,
java.lang.String name,
boolean isDurationType,
StatisticSupplier.NamedParameterizedExtractor<T,AbstractBarChartSupplier.BarChartSettings>... namedExtractors) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jfree.data.category.DefaultCategoryDataset |
createDataset(AbstractBarChartSupplier.BarChartSettingsImpl settings) |
getName, updateAndGetChartPanel, updateAndGetDataset@SafeVarargs public ParameterizedBarChartSupplier(java.util.Collection<T> items, java.lang.String name, boolean isDurationType, StatisticSupplier.NamedParameterizedExtractor<T,AbstractBarChartSupplier.BarChartSettings>... namedExtractors)
protected org.jfree.data.category.DefaultCategoryDataset createDataset(AbstractBarChartSupplier.BarChartSettingsImpl settings)
createDataset in class AbstractBarChartSupplier<T extends Labeled>