Package | Description |
---|---|
com.metsci.glimpse.charts.slippy | |
com.metsci.glimpse.painter.texture |
Painters which display data contained in OpenGL textures, including
2D heat maps and images.
|
Modifier and Type | Class and Description |
---|---|
class |
SlippyMapTilePainter
Paints the slippy tiles.
|
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
IntensityMapPainter
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. |
class |
TaggedHeatMapPainter
A HeatMapPainter whose coloring is controlled via a
TaggedAxis1D . |
Copyright © 2016 Metron, Inc.. All rights reserved.