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 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 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.
|