Uses of Class
adams.gui.visualization.heatmap.overlay.AbstractHeatmapOverlay
-
Packages that use AbstractHeatmapOverlay Package Description adams.flow.sink adams.gui.visualization.heatmap adams.gui.visualization.heatmap.overlay -
-
Uses of AbstractHeatmapOverlay in adams.flow.sink
Fields in adams.flow.sink declared as AbstractHeatmapOverlay Modifier and Type Field Description protected AbstractHeatmapOverlay[]HeatmapDisplay. m_Overlaysthe overlays to use.Methods in adams.flow.sink that return AbstractHeatmapOverlay Modifier and Type Method Description AbstractHeatmapOverlay[]HeatmapDisplay. getOverlays()Returns the overlays to use.Methods in adams.flow.sink with parameters of type AbstractHeatmapOverlay Modifier and Type Method Description voidHeatmapDisplay. setOverlays(AbstractHeatmapOverlay[] value)Sets the overlays to use. -
Uses of AbstractHeatmapOverlay in adams.gui.visualization.heatmap
Methods in adams.gui.visualization.heatmap that return AbstractHeatmapOverlay Modifier and Type Method Description protected AbstractHeatmapOverlayHeatmapViewerPanel. selectOverlay()Lets the user select an overlay from a dialog.Methods in adams.gui.visualization.heatmap with parameters of type AbstractHeatmapOverlay Modifier and Type Method Description voidHeatmapPanel. addOverlay(AbstractHeatmapOverlay overlay)Adds the heatmap overlay. -
Uses of AbstractHeatmapOverlay in adams.gui.visualization.heatmap.overlay
Subclasses of AbstractHeatmapOverlay in adams.gui.visualization.heatmap.overlay Modifier and Type Class Description classAbstractPositionableHeatmapOverlayAncestor for overlays that can be positioned on the heatmap panel.classAbstractPositionableHeatmapOverlayWithDimensionsAncestor for overlays that can be positioned on the heatmap panel and support dimensions.classAbstractSingleColorHeatmapOverlayAncestor for overlays that just use a single color.classCentroidPaints the centroid's location over the heatmap image.classHighestTemperatureOverlays the heatmap with the points that have the highest temperature.classLowestTemperatureOverlays the heatmap with the points that have the lowest temperature.classNullDummy overlay, does nothing.classTextOverlayDisplays text as overlay, either the fixed text, or if empty, a report value.
-