Uses of Interface
com.metsci.glimpse.core.painter.texture.HeatMapProgram
-
Packages that use HeatMapProgram Package Description com.metsci.glimpse.core.painter.texture Painters which display data contained in OpenGL textures, including 2D heat maps and images.com.metsci.glimpse.core.support.shader.colormap -
-
Uses of HeatMapProgram in com.metsci.glimpse.core.painter.texture
Classes in com.metsci.glimpse.core.painter.texture that implement HeatMapProgram Modifier and Type Class Description classBasicHeatMapProgramclassMultiTagHeatMapProgramConstructors in com.metsci.glimpse.core.painter.texture with parameters of type HeatMapProgram Constructor Description HeatMapPainter(HeatMapProgram program) -
Uses of HeatMapProgram in com.metsci.glimpse.core.support.shader.colormap
Classes in com.metsci.glimpse.core.support.shader.colormap that implement HeatMapProgram Modifier and Type Class Description classInterpColorMapProgramDoes a non-linear interpolation on the GPU and then maps into the colorscale.
-