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 classFloatMatrixHeatmapReaderReads heat map files (2-D array of single precision floating point numbers).classSimpleHeatmapReaderReads heatmaps in the internal heatmap CSV format.classSimpleImageHeatmapReaderReads an image with the specified reader and turns the grayscale version of the image into a heatmap.classSpreadSheetHeatmapReaderTurns 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 AbstractHeatmapReaderHeatmapPanel. m_Readerthe reader that was used for reading in the heatmap.Methods in adams.gui.visualization.heatmap that return AbstractHeatmapReader Modifier and Type Method Description AbstractHeatmapReaderHeatmapPanel. 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 voidHeatmapViewerPanel. load(File[] files, AbstractHeatmapReader reader)Loads heatmaps from disk, popping up a file chooser dialog.voidHeatmapPanel. setReader(AbstractHeatmapReader value)Sets the heatmap reader that was used for loading this heatmap.
-