Uses of Class
adams.gui.visualization.threewaydata.heatmapviewer.ThreeWayDataHeatmapPanel
-
-
Uses of ThreeWayDataHeatmapPanel in adams.gui.visualization.debug.objectrenderer
Fields in adams.gui.visualization.debug.objectrenderer declared as ThreeWayDataHeatmapPanel Modifier and Type Field Description protected ThreeWayDataHeatmapPanel
ThreeWayDataHeatmapRenderer. m_LastPanel
the last setup. -
Uses of ThreeWayDataHeatmapPanel in adams.gui.visualization.threewaydata.heatmapviewer
Methods in adams.gui.visualization.threewaydata.heatmapviewer that return ThreeWayDataHeatmapPanel Modifier and Type Method Description ThreeWayDataHeatmapPanel[]
ThreeWayDataHeatmapViewerPanel. getAllPanels()
Returns the all panels.ThreeWayDataHeatmapPanel
ThreeWayDataHeatmapViewerMultiPagePane. getCurrentPanel()
Returns the currently selected panel.ThreeWayDataHeatmapPanel
ThreeWayDataHeatmapViewerPanel. getCurrentPanel()
Returns the currently selected heatmap panel.ThreeWayDataHeatmapPanel
ThreeWayDataHeatmapViewerPanel. getPanelAt(int index)
Returns the specified heatmap panel.protected ThreeWayDataHeatmapPanel
ThreeWayDataHeatmapViewerPanel. newPanel(ThreeWayData data)
Creates a new panel and configures it. -
Uses of ThreeWayDataHeatmapPanel in adams.gui.visualization.threewaydata.heatmapviewer.overlay
Fields in adams.gui.visualization.threewaydata.heatmapviewer.overlay declared as ThreeWayDataHeatmapPanel Modifier and Type Field Description protected ThreeWayDataHeatmapPanel
AbstractThreeWayDataOverlay. m_DataPanel
the heatmap panel.Methods in adams.gui.visualization.threewaydata.heatmapviewer.overlay that return ThreeWayDataHeatmapPanel Modifier and Type Method Description ThreeWayDataHeatmapPanel
AbstractThreeWayDataOverlay. getDataPanel()
Returns the data panel this overlay is for.Methods in adams.gui.visualization.threewaydata.heatmapviewer.overlay with parameters of type ThreeWayDataHeatmapPanel Modifier and Type Method Description void
AbstractThreeWayDataOverlay. setDataPanel(ThreeWayDataHeatmapPanel value)
Sets the data panel this overlay is for.
-