Class HeatMapImage

java.lang.Object
host.anzo.commons.graphics.image.HeatMapImage

public class HeatMapImage extends Object
Since:
8/3/2023
  • Constructor Details

  • Method Details

    • createHeatMap

      public BufferedImage createHeatMap(float multiplier, boolean withBackground)
      creates the heatmap.
      Parameters:
      multiplier - this value will multiply the calculated opacity of every point. This leads to a HeatMap that is easier to read, especially when there are not too many points or the points are to spread out. Pass 1.0f for original.
    • save

      public void save(String path)
      Save heat map to file by specified path
      Parameters:
      path - file path