Package | Description |
---|---|
com.metsci.glimpse.painter.plot |
Painters which draw basic data plots.
|
com.metsci.glimpse.painter.shape |
Painters which draw basic geometric shapes: line segments, points, and polygons.
|
com.metsci.glimpse.support.colormap |
Color gradient utilities.
|
Modifier and Type | Method and Description |
---|---|
void |
XYLinePainter.setColor(double[] dataZ,
ColorMap scale) |
void |
XYLinePainter.setColor(float[] dataZ,
ColorMap scale) |
void |
XYLinePainter.setDataAndColor(double[] dataX,
double[] dataY,
double[] dataZ,
ColorMap scale) |
void |
XYLinePainter.setDataAndColor(float[] dataX,
float[] dataY,
float[] dataZ,
ColorMap scale) |
Modifier and Type | Method and Description |
---|---|
void |
PointSetPainter.setColor(float[] dataZ,
ColorMap scale) |
Modifier and Type | Interface and Description |
---|---|
interface |
ColorGradient
A relative
ColorMap which maps values on [0, 1] to colors. |
Modifier and Type | Class and Description |
---|---|
class |
ColorGradientArray |
class |
ColorMapLinear
A
ColorMap which linearly interpolates the provided
ColorGradient over the provided data bounds. |
class |
ColorMapLog
A
ColorMap which interpolates the provided
ColorGradient logarithmically over the provided data bounds. |
Copyright © 2016 Metron, Inc.. All rights reserved.