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 HeatmapPanel
HeatmapPanelSelectionEvent. getHeatmapPanel()
Returns the heatmap panel that triggered the event.Methods in adams.gui.event with parameters of type HeatmapPanel Modifier and Type Method Description void
HeatmapPanelSelectionListener. 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 HeatmapPanel
HeatmapRenderer. m_LastHeatmapPanel
the 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.HeatmapPanel
HeatmapViewerPanel. getCurrentPanel()
Returns the currently selected heatmap panel.HeatmapPanel
HeatmapViewerPanel. getPanelAt(int index)
Returns the specified heatmap panel.protected HeatmapPanel
HeatmapViewerPanel. 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 HeatmapPanel
AbstractHeatmapOverlay. m_HeatmapPanel
the heatmap panel.Methods in adams.gui.visualization.heatmap.overlay that return HeatmapPanel Modifier and Type Method Description HeatmapPanel
AbstractHeatmapOverlay. 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 void
AbstractHeatmapOverlay. 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_SelectedPanels
for 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 boolean
AbstractCurrentHeatmapFilter. canExecute(HeatmapPanel panel)
Checks whether the plugin can be executed given the specified heatmap panel.boolean
AbstractSelectedHeatmapsFilter. canExecute(HeatmapPanel panel)
Checks whether the plugin can be executed given the specified heatmap panel.boolean
AbstractSelectedHeatmapsViewerPlugin. canExecute(HeatmapPanel panel)
Checks whether the plugin can be executed given the specified heatmap panel.boolean
Histogram. canExecute(HeatmapPanel panel)
Checks whether the plugin can be executed given the specified image panel.boolean
Notes. canExecute(HeatmapPanel panel)
Checks whether the plugin can be executed given the specified image panel.boolean
SpreadSheetView. canExecute(HeatmapPanel panel)
Checks whether the plugin can be executed given the specified image panel.boolean
Statistics. canExecute(HeatmapPanel panel)
Checks whether the plugin can be executed given the specified image panel.protected String
AbstractApplyImageTransformer. process(HeatmapPanel panel)
Processes the specified panel.protected String
AbstractSelectedHeatmapsFilter. process(HeatmapPanel panel)
Processes the panel.protected abstract String
AbstractSelectedHeatmapsViewerPlugin. process(HeatmapPanel panel)
Processes the specified panel.protected String
Histogram. process(HeatmapPanel panel)
Processes the specified panel.protected String
Notes. process(HeatmapPanel panel)
Processes the specified panel.protected String
SpreadSheetView. process(HeatmapPanel panel)
Processes the specified panel.protected String
Statistics. 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 void
AbstractSelectionProcessor. doHeatmapChanged(HeatmapPanel panel)
Notifies the overlay that the heatmap has changed.protected abstract void
AbstractSelectionProcessor. doProcessSelection(HeatmapPanel panel, Point topLeft, Point bottomRight, int modifiersEx)
Process the selection that occurred in the heatmap panel.protected void
Crop. doProcessSelection(HeatmapPanel panel, Point topLeft, Point bottomRight, int modifiersEx)
Process the selection that occurred in the heatmap panel.protected void
NullProcessor. doProcessSelection(HeatmapPanel panel, Point topLeft, Point bottomRight, int modifiersEx)
Does nothing.void
AbstractSelectionProcessor. heatmapChanged(HeatmapPanel panel)
Notifies the overlay that the heatmap has changed.void
AbstractSelectionProcessor. processSelection(HeatmapPanel panel, Point topLeft, Point bottomRight, int modifiersEx)
Process the selection that occurred in the heatmap panel.
-