public class ChartContainerWithReferencePoints extends Object
| Constructor and Description |
|---|
ChartContainerWithReferencePoints(String name) |
ChartContainerWithReferencePoints(String name,
int delay) |
| Modifier and Type | Method and Description |
|---|---|
org.knowm.xchart.XYChart |
getChart(String chartName) |
int |
getDelay() |
org.knowm.xchart.XYChart |
getFrontChart() |
String |
getName() |
org.knowm.xchart.XYChart |
getVarChart() |
void |
initChart() |
void |
refreshCharts() |
void |
refreshCharts(int delay) |
void |
repaint() |
void |
saveChart(String fileName,
org.knowm.xchart.BitmapEncoder.BitmapFormat format) |
ChartContainerWithReferencePoints |
setDelay(int delay) |
void |
setFrontChart(int objective1,
int objective2) |
void |
setFrontChart(int objective1,
int objective2,
String referenceFrontFileName) |
ChartContainerWithReferencePoints |
setName(String name) |
void |
setReferencePoint(List<List<Double>> referencePoint) |
void |
updateFrontCharts(List<DoubleSolution> solutionList) |
void |
updateReferencePoint(List<List<Double>> referencePoint) |
public ChartContainerWithReferencePoints(String name)
public ChartContainerWithReferencePoints(String name, int delay)
public void setFrontChart(int objective1,
int objective2)
throws FileNotFoundException
FileNotFoundExceptionpublic void setFrontChart(int objective1,
int objective2,
String referenceFrontFileName)
throws FileNotFoundException
FileNotFoundExceptionpublic void initChart()
public void updateFrontCharts(List<DoubleSolution> solutionList)
public void refreshCharts()
public void refreshCharts(int delay)
public void repaint()
public void saveChart(String fileName, org.knowm.xchart.BitmapEncoder.BitmapFormat format) throws IOException
IOExceptionpublic String getName()
public ChartContainerWithReferencePoints setName(String name)
public int getDelay()
public ChartContainerWithReferencePoints setDelay(int delay)
public org.knowm.xchart.XYChart getFrontChart()
public org.knowm.xchart.XYChart getVarChart()
public org.knowm.xchart.XYChart getChart(String chartName)
Copyright © 2018. All rights reserved.