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 ThreeWayDataHeatmapPanelThreeWayDataHeatmapRenderer. m_LastPanelthe 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.ThreeWayDataHeatmapPanelThreeWayDataHeatmapViewerMultiPagePane. getCurrentPanel()Returns the currently selected panel.ThreeWayDataHeatmapPanelThreeWayDataHeatmapViewerPanel. getCurrentPanel()Returns the currently selected heatmap panel.ThreeWayDataHeatmapPanelThreeWayDataHeatmapViewerPanel. getPanelAt(int index)Returns the specified heatmap panel.protected ThreeWayDataHeatmapPanelThreeWayDataHeatmapViewerPanel. 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 ThreeWayDataHeatmapPanelAbstractThreeWayDataOverlay. m_DataPanelthe heatmap panel.Methods in adams.gui.visualization.threewaydata.heatmapviewer.overlay that return ThreeWayDataHeatmapPanel Modifier and Type Method Description ThreeWayDataHeatmapPanelAbstractThreeWayDataOverlay. 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 voidAbstractThreeWayDataOverlay. setDataPanel(ThreeWayDataHeatmapPanel value)Sets the data panel this overlay is for.
-