Class AbstractSelectedHeatmapsFilter

    • Field Detail

      • m_FilterError

        protected String m_FilterError
        for storing filtering errors.
    • Constructor Detail

      • AbstractSelectedHeatmapsFilter

        public AbstractSelectedHeatmapsFilter()
    • Method Detail

      • canExecute

        public boolean canExecute​(HeatmapPanel panel)
        Checks whether the plugin can be executed given the specified heatmap panel.

        Panel must be non-null and must contain an heatmap.
        Overrides:
        canExecute in class AbstractSelectedHeatmapsViewerPlugin
        Parameters:
        panel - the panel to use as basis for decision
        Returns:
        true if plugin can be executed
      • filter

        protected abstract Heatmap filter​(Heatmap heatmap)
        Filters the heatmap.
        Parameters:
        heatmap - the heatmap to filter
        Returns:
        the processed heatmap