public abstract class AbstractIntervalChartSupplier extends java.lang.Object implements StatisticSupplier
| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractIntervalChartSupplier.IntervalChartSettings |
static class |
AbstractIntervalChartSupplier.IntervalChartSettingsImpl |
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.xy.DefaultIntervalXYDataset |
createDataset(AbstractIntervalChartSupplier.IntervalChartSettingsImpl settings) |
java.lang.String |
getName() |
org.jfree.chart.ChartPanel |
updateAndGetChartPanel(StatisticSupplier.StatisticsGraphSettings settings) |
org.jfree.data.xy.DefaultIntervalXYDataset |
updateAndGetDataset(StatisticSupplier.StatisticsGraphSettings settings) |
public java.lang.String getName()
getName in interface StatisticSupplierpublic org.jfree.data.xy.DefaultIntervalXYDataset updateAndGetDataset(StatisticSupplier.StatisticsGraphSettings settings)
updateAndGetDataset in interface StatisticSupplierprotected abstract org.jfree.data.xy.DefaultIntervalXYDataset createDataset(AbstractIntervalChartSupplier.IntervalChartSettingsImpl settings)
public org.jfree.chart.ChartPanel updateAndGetChartPanel(StatisticSupplier.StatisticsGraphSettings settings)
updateAndGetChartPanel in interface StatisticSupplier