Package | Description |
---|---|
com.metsci.glimpse.axis.painter |
Painters which display the state of an axis with tick marks, labels,
color scales, and other decorations.
|
com.metsci.glimpse.examples.basic |
Simple examples demonstrating basic Glimpse features.
|
com.metsci.glimpse.painter.shape |
Painters which draw basic geometric shapes: line segments, points, and polygons.
|
com.metsci.glimpse.painter.texture |
Painters which display data contained in OpenGL textures, including
2D heat maps and images.
|
com.metsci.glimpse.plot |
Prefabricated arrangements of GlimpseLayouts and GlimpsePainters
with convenience methods for performing common data visualization tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
ColorXAxisPainter.setColorScale(ColorTexture1D colorTexture) |
void |
ColorYAxisPainter.setColorScale(ColorTexture1D colorTexture) |
Modifier and Type | Method and Description |
---|---|
static ColorTexture1D |
HeatMapExample.newColorTexture() |
Modifier and Type | Method and Description |
---|---|
static HeatMapPainter |
HeatMapExample.newHeatMapPainter(ColorTexture1D colorScale,
Axis1D axis) |
Modifier and Type | Method and Description |
---|---|
void |
ShadedPointPainter.useColorScale(ColorTexture1D colorTexture) |
Modifier and Type | Method and Description |
---|---|
ColorTexture1D |
HeatMapPainter.getColorScale() |
Modifier and Type | Method and Description |
---|---|
void |
HeatMapPainter.setColorScale(ColorTexture1D texture) |
Modifier and Type | Method and Description |
---|---|
void |
ColorAxisPlot2D.setColorScale(ColorTexture1D colorScale) |
Copyright © 2016 Metron, Inc.. All rights reserved.