Interface HeatmapToBufferedImageConversion

  • All Superinterfaces:
    adams.core.CleanUpHandler, adams.data.conversion.Conversion, adams.core.QuickInfoSupporter, Serializable, adams.core.Stoppable
    All Known Implementing Classes:
    HeatmapToBufferedImage, HeatmapToBufferedImageWithKey

    public interface HeatmapToBufferedImageConversion
    extends adams.data.conversion.Conversion
    Indicator interface for conversion that convert heatmaps into BufferedImage objects.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double grayToIntensity​(Heatmap map, int gray)
      Turns the gray value back into an intensity value.
      • Methods inherited from interface adams.core.CleanUpHandler

        cleanUp
      • Methods inherited from interface adams.data.conversion.Conversion

        accepts, convert, generates, getInput, getInput, getOutput, getOutput, getOwner, setInput, setOwner
      • Methods inherited from interface adams.core.QuickInfoSupporter

        getQuickInfo
      • Methods inherited from interface adams.core.Stoppable

        stopExecution
    • Method Detail

      • grayToIntensity

        double grayToIntensity​(Heatmap map,
                               int gray)
        Turns the gray value back into an intensity value.
        Parameters:
        map - the map that got converted
        gray - the gray value (0-255)
        Returns:
        the generated intensity value