Uses of Class
adams.gui.visualization.heatmap.HeatmapViewerPanel
-
Packages that use HeatmapViewerPanel Package Description adams.gui.visualization.heatmap adams.gui.visualization.heatmap.plugins -
-
Uses of HeatmapViewerPanel in adams.gui.visualization.heatmap
Fields in adams.gui.visualization.heatmap declared as HeatmapViewerPanel Modifier and Type Field Description protected HeatmapViewerPanel
HeatmapPanel. m_Owner
the owner.Methods in adams.gui.visualization.heatmap that return HeatmapViewerPanel Modifier and Type Method Description HeatmapViewerPanel
HeatmapPanel. getOwner()
Returns the owner of this panel.Constructors in adams.gui.visualization.heatmap with parameters of type HeatmapViewerPanel Constructor Description HeatmapPanel(HeatmapViewerPanel owner)
Initializes the panel. -
Uses of HeatmapViewerPanel in adams.gui.visualization.heatmap.plugins
Constructors in adams.gui.visualization.heatmap.plugins with parameters of type HeatmapViewerPanel Constructor Description HeatmapViewerPluginManager(HeatmapViewerPanel owner)
Initializes the manager.
-