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_Overlaysthe 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 voidThreeWayDataHeatmapDisplay. 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 AbstractThreeWayDataOverlayThreeWayDataHeatmapViewerPanel. 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 voidThreeWayDataHeatmapPanel. 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 classAbstractPositionableThreeWayDataOverlayAncestor for overlays that can be positioned on the 3-way data panel.classAbstractPositionableThreeWayDataOverlayWithDimensionsAncestor for overlays that can be positioned on the heatmap panel and support dimensions.classNullDummy overlay, does nothing.classTextOverlayDisplays text as overlay, either the fixed text, or if empty, a report value.
-