Uses of Class
adams.data.conversion.HeatmapToBufferedImage
-
Packages that use HeatmapToBufferedImage Package Description adams.data.io.output adams.flow.transformer -
-
Uses of HeatmapToBufferedImage in adams.data.io.output
Fields in adams.data.io.output declared as HeatmapToBufferedImage Modifier and Type Field Description protected HeatmapToBufferedImageSimpleImageHeatmapWriter. m_Conversionfor converting the heatmap into an image.Methods in adams.data.io.output that return HeatmapToBufferedImage Modifier and Type Method Description HeatmapToBufferedImageSimpleImageHeatmapWriter. getConversion()Returns the conversion to use for converting the heatmap into an image for the image writer.Methods in adams.data.io.output with parameters of type HeatmapToBufferedImage Modifier and Type Method Description voidSimpleImageHeatmapWriter. setConversion(HeatmapToBufferedImage value)Sets the conversion for converting the heatmap into an image for the image writer. -
Uses of HeatmapToBufferedImage in adams.flow.transformer
Fields in adams.flow.transformer declared as HeatmapToBufferedImage Modifier and Type Field Description protected HeatmapToBufferedImageHeatmapLocateObjects. m_Conversionfor converting the heatmap into an image.Methods in adams.flow.transformer that return HeatmapToBufferedImage Modifier and Type Method Description HeatmapToBufferedImageHeatmapLocateObjects. getConversion()Returns the conversion to use for converting the heatmap into an image for the locator.Methods in adams.flow.transformer with parameters of type HeatmapToBufferedImage Modifier and Type Method Description voidHeatmapLocateObjects. setConversion(HeatmapToBufferedImage value)Sets the conversion for converting the heatmap into an image for the locator.
-