protected abstract void |
AbstractChartGenerator.addData(C chart,
Datasets<D> data) |
Adds the data to the chart.
|
protected void |
AbstractXYChartGenerator.addData(org.knowm.xchart.XYChart chart,
Datasets<XYDataset> data) |
Adds the data to the chart.
|
protected void |
DensityScatterPlotChart.addData(org.knowm.xchart.XYChart chart,
Datasets<XYDataset> data) |
Adds the data to the chart.
|
protected C |
AbstractChartGenerator.doGenerate(Datasets<D> data) |
Performs the actual generation of the chart.
|
C |
AbstractChartGenerator.generate(Datasets<D> data) |
Generates the chart.
|
protected void |
AbstractChartGenerator.postGenerate(C chart,
Datasets<D> data) |
Hook method for after the chart has been generated.
|
protected void |
DensityScatterPlotChart.postGenerate(org.knowm.xchart.XYChart chart,
Datasets<XYDataset> data) |
Hook method for after the chart has been generated.
|
protected void |
ScatterPlotChart.postGenerate(org.knowm.xchart.XYChart chart,
Datasets<XYDataset> data) |
Hook method for after the chart has been generated.
|
protected abstract void |
AbstractChartGenerator.styleChart(C chart,
Datasets<D> data) |
Applies styling to the chart.
|
protected void |
AbstractXYChartGenerator.styleChart(org.knowm.xchart.XYChart chart,
Datasets<XYDataset> data) |
Applies styling to the chart.
|
protected void |
DensityScatterPlotChart.styleChart(org.knowm.xchart.XYChart chart,
Datasets<XYDataset> data) |
Applies styling to the chart.
|
protected void |
ScatterPlotChart.styleChart(org.knowm.xchart.XYChart chart,
Datasets<XYDataset> data) |
Applies styling to the chart.
|
protected void |
XYLineChart.styleChart(org.knowm.xchart.XYChart chart,
Datasets<XYDataset> data) |
Applies styling to the chart.
|