Interface Heatmap

    • Field Detail

      • GEMMA_PAINT_SCALE

        static final org.jfree.chart.renderer.PaintScale GEMMA_PAINT_SCALE
        Borrowed from Heatmap.js
    • Method Detail

      • createImage

        BufferedImage createImage​(int cellSize)
        Render a heatmap image.
        Parameters:
        cellSize - size in pixel to use for individual cells in the heatmap
      • getCellSize

        int getCellSize()
        Get the size of a cell in pixels.

        Use this to adjust how labels are displayed.

      • isTranspose

        boolean isTranspose()
        Indicate if this heatmap is transposed.