Class ModelPerformanceChartInteractiveView

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, StepInteractiveViewer

public class ModelPerformanceChartInteractiveView extends BaseInteractiveViewer
Interactive viewer for the ModelPerformanceChart step
Version:
$Revision: $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
See Also:
  • Constructor Details

    • ModelPerformanceChartInteractiveView

      public ModelPerformanceChartInteractiveView()
  • Method Details

    • getViewerName

      public String getViewerName()
      Get the name of this viewer
      Returns:
      the name of this viewer
    • init

      public void init() throws WekaException
      Initialize and layout the viewer
      Throws:
      WekaException - if a problem occurs
    • getDefaultSettings

      public Defaults getDefaultSettings()
      Get default settings for this viewer
      Overrides:
      getDefaultSettings in class BaseInteractiveViewer
      Returns:
      the default settings of this viewer
    • applySettings

      public void applySettings(Settings settings)
      Apply any user changes in the supplied settings object
      Overrides:
      applySettings in class BaseInteractiveViewer
      Parameters:
      settings - the settings object that might (or might not) have been altered by the user