Class SingleValueScatterPlot

java.lang.Object
org.uma.jmetal.util.plot.SingleValueScatterPlot

public class SingleValueScatterPlot extends Object
  • Constructor Details

    • SingleValueScatterPlot

      public SingleValueScatterPlot(String title, String xAxisTitle, String yAxisTitle, String legend)
  • Method Details

    • delay

      public void delay(long delay)
    • chartTitle

      public void chartTitle(String newTitle)
    • updateChart

      public void updateChart(double x, double y)
    • chart

      public org.knowm.xchart.XYChart chart()