public abstract class AbstractBarChartSupplier<T extends Labeled> extends java.lang.Object implements StatisticSupplier
| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractBarChartSupplier.BarChartSettings |
static class |
AbstractBarChartSupplier.BarChartSettingsImpl |
StatisticSupplier.NamedExtractor<T>, StatisticSupplier.NamedParameterizedExtractor<T,U extends StatisticSupplier.StatisticsGraphSettings>, StatisticSupplier.StatisticsGraphSettings, StatisticSupplier.StatisticsGraphSettingsImpl| Modifier and Type | Method and Description |
|---|---|
protected abstract org.jfree.data.category.DefaultCategoryDataset |
createDataset(AbstractBarChartSupplier.BarChartSettingsImpl settings) |
java.lang.String |
getName() |
org.jfree.chart.ChartPanel |
updateAndGetChartPanel(StatisticSupplier.StatisticsGraphSettings settings) |
org.jfree.data.category.DefaultCategoryDataset |
updateAndGetDataset(StatisticSupplier.StatisticsGraphSettings settings) |
public java.lang.String getName()
getName in interface StatisticSupplierpublic org.jfree.data.category.DefaultCategoryDataset updateAndGetDataset(StatisticSupplier.StatisticsGraphSettings settings)
updateAndGetDataset in interface StatisticSupplierprotected abstract org.jfree.data.category.DefaultCategoryDataset createDataset(AbstractBarChartSupplier.BarChartSettingsImpl settings)
public org.jfree.chart.ChartPanel updateAndGetChartPanel(StatisticSupplier.StatisticsGraphSettings settings)
updateAndGetChartPanel in interface StatisticSupplier