Uses of Class
adams.gui.visualization.heatmap.HeatmapPanel
-
-
Uses of HeatmapPanel in adams.gui.event
Methods in adams.gui.event that return HeatmapPanel Modifier and Type Method Description HeatmapPanelHeatmapPanelSelectionEvent. getHeatmapPanel()Returns the heatmap panel that triggered the event.Methods in adams.gui.event with parameters of type HeatmapPanel Modifier and Type Method Description voidHeatmapPanelSelectionListener. heatmapChanged(HeatmapPanel panel)Notifies the overlay that the image has changed.Constructors in adams.gui.event with parameters of type HeatmapPanel Constructor Description HeatmapPanelSelectionEvent(HeatmapPanel source, Point topLeft, Point bottomRight, int modifiersEx)Initializes the event. -
Uses of HeatmapPanel in adams.gui.visualization.debug.objectrenderer
Fields in adams.gui.visualization.debug.objectrenderer declared as HeatmapPanel Modifier and Type Field Description protected HeatmapPanelHeatmapRenderer. m_LastHeatmapPanelthe cached setup. -
Uses of HeatmapPanel in adams.gui.visualization.heatmap
Methods in adams.gui.visualization.heatmap that return HeatmapPanel Modifier and Type Method Description HeatmapPanel[]HeatmapViewerPanel. getAllPanels()Returns the all panels.HeatmapPanelHeatmapViewerPanel. getCurrentPanel()Returns the currently selected heatmap panel.HeatmapPanelHeatmapViewerPanel. getPanelAt(int index)Returns the specified heatmap panel.protected HeatmapPanelHeatmapViewerPanel. newPanel(Heatmap map)Creates a new panel and configures it. -
Uses of HeatmapPanel in adams.gui.visualization.heatmap.overlay
Fields in adams.gui.visualization.heatmap.overlay declared as HeatmapPanel Modifier and Type Field Description protected HeatmapPanelAbstractHeatmapOverlay. m_HeatmapPanelthe heatmap panel.Methods in adams.gui.visualization.heatmap.overlay that return HeatmapPanel Modifier and Type Method Description HeatmapPanelAbstractHeatmapOverlay. getHeatmapPanel()Returns the heatmap panel this overlay is for.Methods in adams.gui.visualization.heatmap.overlay with parameters of type HeatmapPanel Modifier and Type Method Description voidAbstractHeatmapOverlay. setHeatmapPanel(HeatmapPanel value)Sets the heatmap panel this overlay is for. -
Uses of HeatmapPanel in adams.gui.visualization.heatmap.plugins
Fields in adams.gui.visualization.heatmap.plugins declared as HeatmapPanel Modifier and Type Field Description protected HeatmapPanel[]AbstractSelectedHeatmapsViewerPlugin. m_SelectedPanelsfor panels to work on.Methods in adams.gui.visualization.heatmap.plugins that return HeatmapPanel Modifier and Type Method Description protected HeatmapPanel[]AbstractSelectedHeatmapsViewerPlugin. getAllPanels()Returns all the available panels in the heatmap viewer.Methods in adams.gui.visualization.heatmap.plugins with parameters of type HeatmapPanel Modifier and Type Method Description booleanAbstractCurrentHeatmapFilter. canExecute(HeatmapPanel panel)Checks whether the plugin can be executed given the specified heatmap panel.booleanAbstractSelectedHeatmapsFilter. canExecute(HeatmapPanel panel)Checks whether the plugin can be executed given the specified heatmap panel.booleanAbstractSelectedHeatmapsViewerPlugin. canExecute(HeatmapPanel panel)Checks whether the plugin can be executed given the specified heatmap panel.booleanHistogram. canExecute(HeatmapPanel panel)Checks whether the plugin can be executed given the specified image panel.booleanNotes. canExecute(HeatmapPanel panel)Checks whether the plugin can be executed given the specified image panel.booleanSpreadSheetView. canExecute(HeatmapPanel panel)Checks whether the plugin can be executed given the specified image panel.booleanStatistics. canExecute(HeatmapPanel panel)Checks whether the plugin can be executed given the specified image panel.protected StringAbstractApplyImageTransformer. process(HeatmapPanel panel)Processes the specified panel.protected StringAbstractSelectedHeatmapsFilter. process(HeatmapPanel panel)Processes the panel.protected abstract StringAbstractSelectedHeatmapsViewerPlugin. process(HeatmapPanel panel)Processes the specified panel.protected StringHistogram. process(HeatmapPanel panel)Processes the specified panel.protected StringNotes. process(HeatmapPanel panel)Processes the specified panel.protected StringSpreadSheetView. process(HeatmapPanel panel)Processes the specified panel.protected StringStatistics. process(HeatmapPanel panel)Processes the specified panel. -
Uses of HeatmapPanel in adams.gui.visualization.heatmap.selection
Methods in adams.gui.visualization.heatmap.selection with parameters of type HeatmapPanel Modifier and Type Method Description protected voidAbstractSelectionProcessor. doHeatmapChanged(HeatmapPanel panel)Notifies the overlay that the heatmap has changed.protected abstract voidAbstractSelectionProcessor. doProcessSelection(HeatmapPanel panel, Point topLeft, Point bottomRight, int modifiersEx)Process the selection that occurred in the heatmap panel.protected voidCrop. doProcessSelection(HeatmapPanel panel, Point topLeft, Point bottomRight, int modifiersEx)Process the selection that occurred in the heatmap panel.protected voidNullProcessor. doProcessSelection(HeatmapPanel panel, Point topLeft, Point bottomRight, int modifiersEx)Does nothing.voidAbstractSelectionProcessor. heatmapChanged(HeatmapPanel panel)Notifies the overlay that the heatmap has changed.voidAbstractSelectionProcessor. processSelection(HeatmapPanel panel, Point topLeft, Point bottomRight, int modifiersEx)Process the selection that occurred in the heatmap panel.
-