Package com.metsci.glimpse.painter.texture

Painters which display data contained in OpenGL textures, including 2D heat maps and images.

See:
          Description

Class Summary
HeatMapPainter A simplified facade to ShadedTexturePainter which applies a color scale (adjustable via an Axis1D to a double[][] rectangular array of data stored as an OpenGL texture in order to display a two dimensional heat map.
ShadedTexturePainter A painter which applies shaders to textures in order to display dynamically adjustable representations of 2D gridded data.
TaggedHeatMapPainter A HeatMapPainter whose coloring is controlled via a TaggedAxis1D.
 

Package com.metsci.glimpse.painter.texture Description

Painters which display data contained in OpenGL textures, including 2D heat maps and images. The classes in this package often work with shaders written in OpenGL Shader Language to enable dynamically adjustable color scales even for extremely large data sets.

The shader source code for the shaders used in the default Glimpse painters are contained in src/main/resources/shaders.

See Also:
HeatMapExample


Copyright © 2012 Metron, Inc.. All Rights Reserved.