Class InterpolatedHeatMapExample
- java.lang.Object
-
- com.metsci.glimpse.core.examples.heatmap.InterpolatedHeatMapExample
-
public class InterpolatedHeatMapExample extends Object
A square heat map plot with adjustable color scale. Uses GLSL shaders and textures to provide dynamic adjustment of mapping from data value to color.- Author:
- borkholder
-
-
Constructor Summary
Constructors Constructor Description InterpolatedHeatMapExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static ColorTexture1D
newContainmentColorTexture()
static HeatMapPainter
newHeatMapPainter(Axis1D axis)
static HeatMapPainter
newHeatMapPainter(ColorTexture1D colorScale, Axis1D axis)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
newContainmentColorTexture
public static ColorTexture1D newContainmentColorTexture()
-
newHeatMapPainter
public static HeatMapPainter newHeatMapPainter(Axis1D axis) throws IOException
- Throws:
IOException
-
newHeatMapPainter
public static HeatMapPainter newHeatMapPainter(ColorTexture1D colorScale, Axis1D axis) throws IOException
- Throws:
IOException
-
-