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

  • All Known Implementing Classes:
    AbstractHeatMapView

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

      • setLicenseModel

        void setLicenseModel​(LicenseModel licenseModel)
      • setModel

        void setModel​(HeatMapModel 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()
      • getModel

        HeatMapModel 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:
        setModel(HeatMapModel)