Package | Description |
---|---|
com.metsci.glimpse.examples.axis |
Examples demonstrating linking between and interaction with Glimpse axes.
|
com.metsci.glimpse.gl.texture |
Wrapper classes for working with OpenGL textures inside a
GlimpsePainter . |
com.metsci.glimpse.support.colormap |
Color gradient utilities.
|
com.metsci.glimpse.support.texture.mutator |
Modifier and Type | Method and Description |
---|---|
ColorAxisPlot2D |
LinkedHeatMapExample.createPlot2D(ColorGradient gradient) |
Modifier and Type | Method and Description |
---|---|
void |
ColorTexture1D.setColorGradient(ColorGradient gradient) |
Constructor and Description |
---|
ColorTexture1D.ColorGradientBuilder(ColorGradient gradient) |
Modifier and Type | Field and Description |
---|---|
static ColorGradient |
ColorGradients.bathymetry |
static ColorGradient |
ColorGradients.blackToClear |
static ColorGradient |
ColorGradients.clearToBlack |
static ColorGradient |
ColorGradients.gray |
static ColorGradient |
ColorGradients.greenBone |
static ColorGradient |
ColorGradients.jet |
static ColorGradient |
ColorGradients.purpleBone |
static ColorGradient |
ColorGradients.reverseBone |
static ColorGradient |
ColorGradients.topography |
Modifier and Type | Method and Description |
---|---|
static ColorGradient |
ColorGradientUtils.buildCellColorGradient(RGBA[] cellColors) |
static ColorGradient |
ColorGradients.reverse(ColorGradient gradient) |
Modifier and Type | Method and Description |
---|---|
static ColorGradient |
ColorGradients.reverse(ColorGradient gradient) |
Constructor and Description |
---|
ColorGenerator(ColorGradient colors)
Creates a new
ColorGenerator using the given ColorGradient . |
ColorMapLinear(float min,
float max,
ColorGradient gradient) |
ColorMapLog(float logMin,
float logMax,
ColorGradient gradient) |
Constructor and Description |
---|
ColorGradientConcatenator(ColorGradient... gradients) |
Copyright © 2013 Metron, Inc.. All rights reserved.