public class GenericDotPlotChart
extends java.lang.Object
Constructor and Description |
---|
GenericDotPlotChart() |
Modifier and Type | Method and Description |
---|---|
static org.jfree.chart.ChartPanel |
getChartPanel(TreeFitnessInfo xDim,
TreeFitnessInfo yDim,
CentralRegistry registry,
NAryTree currentTree,
org.jfree.chart.event.ChartProgressListener listener)
Creates a dot plot chart panel
|
static void |
updateData(org.jfree.chart.ChartPanel panel,
ParetoFront paretoFront,
TreeFitnessInfo xDim,
TreeFitnessInfo yDim)
Updates the dot plot with the provided pareto front
|
static void |
updateData(org.jfree.chart.ChartPanel panel,
ParetoFront paretoFront,
TreeFitnessInfo xDim,
TreeFitnessInfo yDim,
TreeFitnessInfo zDim)
Updates the dot plot with the provided pareto front
|
static void |
updateSelectedModel(org.jfree.chart.ChartPanel panel,
NAryTree model,
CentralRegistry registry,
TreeFitnessInfo xDim,
TreeFitnessInfo yDim)
Places the crosshaires such that it points to the currently selected
model
|
public static org.jfree.chart.ChartPanel getChartPanel(TreeFitnessInfo xDim, TreeFitnessInfo yDim, CentralRegistry registry, NAryTree currentTree, org.jfree.chart.event.ChartProgressListener listener)
xDim
- yDim
- registry
- currentTree
- listener
- public static void updateSelectedModel(org.jfree.chart.ChartPanel panel, NAryTree model, CentralRegistry registry, TreeFitnessInfo xDim, TreeFitnessInfo yDim)
panel
- model
- registry
- xDim
- yDim
- public static void updateData(org.jfree.chart.ChartPanel panel, ParetoFront paretoFront, TreeFitnessInfo xDim, TreeFitnessInfo yDim)
panel
- paretoFront
- xDim
- yDim
- public static void updateData(org.jfree.chart.ChartPanel panel, ParetoFront paretoFront, TreeFitnessInfo xDim, TreeFitnessInfo yDim, TreeFitnessInfo zDim)
panel
- paretoFront
- xDim
- yDim
- zDim
-