P - public abstract class SetPeriodChart<P extends PeriodPlot> extends PeriodChart<P>
PeriodCharts that represent a set of values such as
a pie-chart of bar-chart.
Unlike TimeCharts only a single dataset is plotted. This defaults to the
last created Plot but can be reset using the #setPlot(PeriodSetPlot) method.conn| Modifier | Constructor and Description |
|---|---|
protected |
SetPeriodChart(AppContext c) |
| Modifier and Type | Method and Description |
|---|---|
abstract P |
getPlot() |
Table |
getTable()
Generate a table representing the Chart
|
abstract void |
setPlot(P ds) |
addData, addDataArray, addDataIterator, addMapData, getChartData, getEndDate, getPeriod, getStartDategetLegendName, makeDataset, setChartData, setLegendName, sortSets, sortSets, sortSetsgetContext, getLogger, resetLoggerprotected SetPeriodChart(AppContext c)
public Table getTable()
PeriodChartgetTable in class PeriodChart<P extends PeriodPlot>public abstract P getPlot()
public abstract void setPlot(P ds)