P
- public abstract class SetPeriodChart<P extends PeriodPlot> extends PeriodChart<P>
PeriodChart
s that represent a set of values such as
a pie-chart of bar-chart.
Unlike TimeChart
s 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, getStartDate
getLegendName, makeDataset, setChartData, setLegendName, sortSets, sortSets, sortSets
getContext, getLogger, resetLogger
protected SetPeriodChart(AppContext c)
public Table getTable()
PeriodChart
getTable
in class PeriodChart<P extends PeriodPlot>
public abstract P getPlot()
public abstract void setPlot(P ds)