Interface SOMController<Component,Color,Row,Column>

All Known Implementing Classes:
AbstractSOMController

public interface SOMController<Component,Color,Row,Column>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Replace the view currently under control.
  • Method Details

    • setView

      void setView(SOMView<Component,Color,Row,Column> view)
      Replace the view currently under control.
      Parameters:
      view - the ScatterPlotMatrixView to use