Interface SOMModel<Color,​Row,​Column>

    • Method Detail

      • getVisual

        com.macrofocus.visual.Visual<Color,​Row,​Column> getVisual()
      • getAxisGroupModel

        com.macrofocus.high_d.axis.group.AxisGroupModel getAxisGroupModel()
      • getDataFrame

        com.macrofocus.molap.dataframe.DataFrame getDataFrame()
      • addSOMListener

        void addSOMListener​(SOMListener listener)
        Add a listener for receiving interesting events about changes in the model.
        Parameters:
        listener - the listener to add.
      • removeSOMListener

        void removeSOMListener​(SOMListener listener)
        Remove a listener from the list of listeners that should be notified about changes in the model.
        Parameters:
        listener - the listener to remove.