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 HeatmapToBufferedImage
SimpleImageHeatmapWriter. m_Conversion
for converting the heatmap into an image.Methods in adams.data.io.output that return HeatmapToBufferedImage Modifier and Type Method Description HeatmapToBufferedImage
SimpleImageHeatmapWriter. 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 void
SimpleImageHeatmapWriter. 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 HeatmapToBufferedImage
HeatmapLocateObjects. m_Conversion
for converting the heatmap into an image.Methods in adams.flow.transformer that return HeatmapToBufferedImage Modifier and Type Method Description HeatmapToBufferedImage
HeatmapLocateObjects. 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 void
HeatmapLocateObjects. setConversion(HeatmapToBufferedImage value)
Sets the conversion for converting the heatmap into an image for the locator.
-