Class ChartForDynamicProblemsContainer<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.util.chartcontainer.ChartForDynamicProblemsContainer<S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.knowm.xchart.XYChartintgetDelay()org.knowm.xchart.XYChartgetName()org.knowm.xchart.XYChartvoidvoidvoidrefreshCharts(int delay) voidrepaint()voidsetDelay(int delay) voidsetFrontChart(int objective1, int objective2) voidsetReferencePoint(List<List<Double>> referencePoint) voidupdateFrontCharts(List<S> solutionList) voidupdateReferencePoint(List<List<Double>> referencePoint)
-
Constructor Details
-
ChartForDynamicProblemsContainer
-
ChartForDynamicProblemsContainer
-
-
Method Details
-
setFrontChart
public void setFrontChart(int objective1, int objective2) -
setReferencePoint
-
updateReferencePoint
-
initChart
public void initChart() -
updateFrontCharts
-
refreshCharts
public void refreshCharts() -
refreshCharts
public void refreshCharts(int delay) -
repaint
public void repaint() -
saveChart
public void saveChart(String fileName, org.knowm.xchart.BitmapEncoder.BitmapFormat format) throws IOException - Throws:
IOException
-
getName
-
setName
-
getDelay
public int getDelay() -
setDelay
-
getFrontChart
public org.knowm.xchart.XYChart getFrontChart() -
getVarChart
public org.knowm.xchart.XYChart getVarChart() -
getChart
-