Interface SOMView<Component,Color,Row,Column>

All Known Implementing Classes:
AbstractSOMView

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

    Modifier and Type
    Method
    Description
    Returns the ScatterPlotModel that provides the data displayed by this ScatterPlotView.
    void
     
    void
    Sets the data model and registers with it for listener notifications from the new data model.
  • Method Details

    • setLicenseModel

      void setLicenseModel(LicenseModel licenseModel)
    • setModel

      void setModel(SOMModel model)
      Sets the data model and registers with it for listener notifications from the new data model.
      Parameters:
      model - the new data model
      See Also:
    • getModel

      SOMModel getModel()
      Returns the ScatterPlotModel that provides the data displayed by this ScatterPlotView.
      Returns:
      the ScatterPlotModel that provides the data displayed by this ScatterPlotView
      See Also: