Uses of Class
adams.gui.visualization.threewaydata.heatmapviewer.overlay.AbstractThreeWayDataOverlay
-
Packages that use AbstractThreeWayDataOverlay Package Description adams.flow.sink adams.gui.visualization.threewaydata.heatmapviewer adams.gui.visualization.threewaydata.heatmapviewer.overlay -
-
Uses of AbstractThreeWayDataOverlay in adams.flow.sink
Fields in adams.flow.sink declared as AbstractThreeWayDataOverlay Modifier and Type Field Description protected AbstractThreeWayDataOverlay[]
ThreeWayDataHeatmapDisplay. m_Overlays
the overlays to use.Methods in adams.flow.sink that return AbstractThreeWayDataOverlay Modifier and Type Method Description AbstractThreeWayDataOverlay[]
ThreeWayDataHeatmapDisplay. getOverlays()
Returns the overlays to use.Methods in adams.flow.sink with parameters of type AbstractThreeWayDataOverlay Modifier and Type Method Description void
ThreeWayDataHeatmapDisplay. setOverlays(AbstractThreeWayDataOverlay[] value)
Sets the overlays to use. -
Uses of AbstractThreeWayDataOverlay in adams.gui.visualization.threewaydata.heatmapviewer
Methods in adams.gui.visualization.threewaydata.heatmapviewer that return AbstractThreeWayDataOverlay Modifier and Type Method Description protected AbstractThreeWayDataOverlay
ThreeWayDataHeatmapViewerPanel. selectOverlay()
Lets the user select an overlay from a dialog.Methods in adams.gui.visualization.threewaydata.heatmapviewer with parameters of type AbstractThreeWayDataOverlay Modifier and Type Method Description void
ThreeWayDataHeatmapPanel. addOverlay(AbstractThreeWayDataOverlay overlay)
Adds the heatmap overlay. -
Uses of AbstractThreeWayDataOverlay in adams.gui.visualization.threewaydata.heatmapviewer.overlay
Subclasses of AbstractThreeWayDataOverlay in adams.gui.visualization.threewaydata.heatmapviewer.overlay Modifier and Type Class Description class
AbstractPositionableThreeWayDataOverlay
Ancestor for overlays that can be positioned on the 3-way data panel.class
AbstractPositionableThreeWayDataOverlayWithDimensions
Ancestor for overlays that can be positioned on the heatmap panel and support dimensions.class
Null
Dummy overlay, does nothing.class
TextOverlay
Displays text as overlay, either the fixed text, or if empty, a report value.
-