Uses of Class
adams.data.io.input.AbstractHeatmapReader
-
Packages that use AbstractHeatmapReader Package Description adams.data.io.input adams.gui.visualization.heatmap -
-
Uses of AbstractHeatmapReader in adams.data.io.input
Subclasses of AbstractHeatmapReader in adams.data.io.input Modifier and Type Class Description class
FloatMatrixHeatmapReader
Reads heat map files (2-D array of single precision floating point numbers).class
SimpleHeatmapReader
Reads heatmaps in the internal heatmap CSV format.class
SimpleImageHeatmapReader
Reads an image with the specified reader and turns the grayscale version of the image into a heatmap.class
SpreadSheetHeatmapReader
Turns spreadsheets into heatmaps. -
Uses of AbstractHeatmapReader in adams.gui.visualization.heatmap
Fields in adams.gui.visualization.heatmap declared as AbstractHeatmapReader Modifier and Type Field Description protected AbstractHeatmapReader
HeatmapPanel. m_Reader
the reader that was used for reading in the heatmap.Methods in adams.gui.visualization.heatmap that return AbstractHeatmapReader Modifier and Type Method Description AbstractHeatmapReader
HeatmapPanel. getReader()
Returns the heatmap reader that was used for loading this heatmap.Methods in adams.gui.visualization.heatmap with parameters of type AbstractHeatmapReader Modifier and Type Method Description void
HeatmapViewerPanel. load(File[] files, AbstractHeatmapReader reader)
Loads heatmaps from disk, popping up a file chooser dialog.void
HeatmapPanel. setReader(AbstractHeatmapReader value)
Sets the heatmap reader that was used for loading this heatmap.
-