Uses of Class
adams.gui.visualization.heatmap.HeatmapContainer
-
Packages that use HeatmapContainer Package Description adams.gui.visualization.heatmap adams.gui.visualization.heatmap.plugins -
-
Uses of HeatmapContainer in adams.gui.visualization.heatmap
Methods in adams.gui.visualization.heatmap that return HeatmapContainer Modifier and Type Method Description HeatmapContainerHeatmapContainerManager. newContainer(Comparable o)Returns a new container containing the given payload.Methods in adams.gui.visualization.heatmap with parameters of type HeatmapContainer Modifier and Type Method Description protected booleanHeatmapContainerManager. isMatch(HeatmapContainer cont, String search, boolean regExp)Returns whether the container matches the current search. -
Uses of HeatmapContainer in adams.gui.visualization.heatmap.plugins
Fields in adams.gui.visualization.heatmap.plugins with type parameters of type HeatmapContainer Modifier and Type Field Description protected List<HeatmapContainer>Notes. m_NotesListthe containers for the notes.
-