Package | Description |
---|---|
org.fhaes.fhrecorder.controller | |
org.fhaes.fhrecorder.util | |
org.fhaes.fhrecorder.view |
Modifier and Type | Method and Description |
---|---|
static java.util.List<YearSummary> |
FileController.getYearSummaryList()
TODO
|
Modifier and Type | Method and Description |
---|---|
private static int |
ColorBar.compileData(java.util.List<CustomOptions.DataItem> items,
YearSummary year)
Compiles the data to be displayed based on the data and options given.
|
private static org.jfree.data.category.CategoryDataset |
ColorBar.createDataset(YearSummary year,
CustomOptions options)
Create a data set to plot.
|
void |
ColorBar.updateChart(YearSummary year,
CustomOptions options)
Updates the chart data and appearance.
|
void |
ColorBar.updateChartData(YearSummary year)
Updates the chart data.
|
Constructor and Description |
---|
ColorBar(YearSummary year)
Constructs a new color bar.
|
Modifier and Type | Field and Description |
---|---|
private YearSummary |
CustomizeDialog.previewSummary |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<YearSummary> |
SummaryPanel.data |
(package private) java.util.List<YearSummary> |
GraphPanel.data |
Modifier and Type | Method and Description |
---|---|
private static int |
ColorBarGraph.compileData(java.util.List<CustomOptions.DataItem> items,
YearSummary year)
Compiles the appropriate data given the current options.
|
Modifier and Type | Method and Description |
---|---|
private static org.jfree.data.category.CategoryDataset |
ColorBarGraph.createDataset(java.util.List<YearSummary> years)
Creates a data set for graphing.
|
private static org.jfree.data.category.CategoryDataset |
GraphSummaryOverlay.createEventsDataset(java.util.List<YearSummary> inData)
This method will create the data set corresponding to the events bar chart (histogram) which JFreeChart uses to create the graph.
|
private static org.jfree.data.category.CategoryDataset |
GraphSummaryOverlay.createRecordersDataset(java.util.List<YearSummary> inData)
This method will create the data set corresponding to the recorders line graph which JFreeChart uses to create the graph.
|
private static org.jfree.data.category.CategoryDataset |
GraphSummaryOverlay.createSamplesDataset(java.util.List<YearSummary> inData)
This method will create the data set corresponding to the samples line graph which JFreeChart uses to create the graph.
|
private int |
GraphSummaryOverlay.getMaximumRangeValue(java.util.List<YearSummary> inData) |
void |
GraphSummaryOverlay.updateChartData(java.util.List<YearSummary> inData,
boolean savePosition)
This method updates the data in the graph which forces the graph to redraw.
|
void |
ColorBarGraph.updateChartData(java.util.List<YearSummary> years,
boolean savePosition)
Updates the data of the chart.
|
private void |
GraphSummaryOverlay.updateMaximumRangeValue(java.util.List<YearSummary> inData)
This method will update the maximum value the y axis can be.
|
Constructor and Description |
---|
ColorBarGraph(java.util.List<YearSummary> years)
Constructor creates a new graph.
|
GraphSummaryOverlay(java.util.List<YearSummary> inData)
This is the constructor for the YearSummaryOverlayPanel.
|