Class ApproximationSetPlot

All Implemented Interfaces:
HierarchyListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ControllerListener

public class ApproximationSetPlot extends ResultPlot
Displays the end-of-run Pareto approximation set.
See Also:
  • Constructor Details

    • ApproximationSetPlot

      public ApproximationSetPlot(DiagnosticTool frame, String metric)
      Constructs a new plot do display the Pareto approximation set.
      Parameters:
      frame - the DiagnosticTool instance containing this plot
      metric - the metric to display
  • Method Details

    • update

      protected void update()
      Description copied from class: ResultPlot
      Updates the contents of this plot. This method is automatically invoked when the data model is changed, and will always be executed on the event dispatch thread.
      Specified by:
      update in class ResultPlot