Package | Description |
---|---|
org.fhaes.fhsamplesize.controller | |
org.fhaes.fhsamplesize.view |
Modifier and Type | Field and Description |
---|---|
private static java.util.ArrayList<AnalysisResultsModel> |
SSIZController.analysisResults |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<AnalysisResultsModel> |
SSIZController.getAnalysisResults()
TODO
|
Modifier and Type | Method and Description |
---|---|
private static org.jfree.data.xy.XYDataset |
SSIZCurveChart.createEventsPerCenturyDataset(AnalysisResultsModel[] analysisResults,
MiddleMetric metricToChart,
SegmentModel segment)
Create the events per century dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
SSIZResultsTable.redrawTable(java.util.ArrayList<AnalysisResultsModel> analysisResults)
Redraws the SSIZResultsTable with the new analysis results.
|
Constructor and Description |
---|
SSIZCurveChart(AnalysisResultsModel[] analysisResults,
MiddleMetric metricToChart,
SegmentModel segment)
Standard constructor requires analysisResults array, which middle metric to chart, and which segment.
|
SSIZCurveChart(AnalysisResultsModel[] analysisResults,
MiddleMetric metricToChart,
SegmentModel segment,
java.lang.Integer xcross,
java.lang.Integer ycross)
Standard constructor requires analysisResults array, which middle metric to chart, and which segment.
|