Package | Description |
---|---|
net.sourceforge.jabm.report |
Classes implementing monitoring and reporting functionality.
|
net.sourceforge.jabm.view |
Classes implementing GUI components.
|
Modifier and Type | Class and Description |
---|---|
class |
CombiSeriesReportVariables |
class |
SeriesReportVariables
A report which incrementally records values from an underlying
ReportVariables object to an array each time it is computed. |
Modifier and Type | Field and Description |
---|---|
protected List<Timeseries> |
CombiSeriesReportVariables.seriesList |
Modifier and Type | Method and Description |
---|---|
List<Timeseries> |
CombiSeriesReportVariables.getSeriesList() |
Modifier and Type | Method and Description |
---|---|
void |
CombiSeriesReportVariables.setSeriesList(List<Timeseries> seriesList) |
Modifier and Type | Field and Description |
---|---|
protected Timeseries |
TimeSeriesChart.series
The underlying time series which is the model for our chart.
|
Modifier and Type | Method and Description |
---|---|
Timeseries |
TimeSeriesChart.getSeries() |
Modifier and Type | Method and Description |
---|---|
void |
TimeSeriesChart.setSeries(Timeseries series) |
Copyright © 2014. All rights reserved.