Package | Description |
---|---|
org.fhaes.fhrecorder.controller | |
org.fhaes.fhrecorder.util | |
org.fhaes.fhrecorder.view |
Modifier and Type | Field and Description |
---|---|
private static CustomOptions |
FileController.customOptions |
Modifier and Type | Method and Description |
---|---|
static CustomOptions |
FileController.getCustomOptions()
TODO
|
Modifier and Type | Method and Description |
---|---|
static void |
FileController.setCustomOptions(CustomOptions inCustomOptions)
Overwrites the existing option set with the input option set.
|
Modifier and Type | Method and Description |
---|---|
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.updateChartAppearance(CustomOptions options)
Updates the chart appearance.
|
Modifier and Type | Field and Description |
---|---|
private CustomOptions |
CustomizeDialog.options |
Modifier and Type | Method and Description |
---|---|
void |
ColorBarGraph.updateChartAppearance(CustomOptions options)
Updates the colors of the graph.
|