Uses of Class
adams.gui.event.HeatmapPanelSelectionEvent
-
Packages that use HeatmapPanelSelectionEvent Package Description adams.gui.event adams.gui.visualization.heatmap.selection -
-
Uses of HeatmapPanelSelectionEvent in adams.gui.event
Methods in adams.gui.event with parameters of type HeatmapPanelSelectionEvent Modifier and Type Method Description void
HeatmapPanelSelectionListener. selected(HeatmapPanelSelectionEvent e)
Invoked when a selection happened in aImagePanel
. -
Uses of HeatmapPanelSelectionEvent in adams.gui.visualization.heatmap.selection
Methods in adams.gui.visualization.heatmap.selection with parameters of type HeatmapPanelSelectionEvent Modifier and Type Method Description protected String
AbstractSelectionProcessor. check(HeatmapPanelSelectionEvent e)
Performs a check on the event.void
AbstractSelectionProcessor. selected(HeatmapPanelSelectionEvent e)
Invoked when a selection happened in aHeatmapPanel
.
-