Interface SOMController<Component,​Color,​Row,​Column>

  • All Known Implementing Classes:
    AbstractSOMController

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

      • setView

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