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_Overlays
the 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 void
HeatmapDisplay. 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 AbstractHeatmapOverlay
HeatmapViewerPanel. 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 void
HeatmapPanel. 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 class
AbstractPositionableHeatmapOverlay
Ancestor for overlays that can be positioned on the heatmap panel.class
AbstractPositionableHeatmapOverlayWithDimensions
Ancestor for overlays that can be positioned on the heatmap panel and support dimensions.class
AbstractSingleColorHeatmapOverlay
Ancestor for overlays that just use a single color.class
Centroid
Paints the centroid's location over the heatmap image.class
HighestTemperature
Overlays the heatmap with the points that have the highest temperature.class
LowestTemperature
Overlays the heatmap with the points that have the lowest temperature.class
Null
Dummy overlay, does nothing.class
TextOverlay
Displays text as overlay, either the fixed text, or if empty, a report value.
-