|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorMap | |
---|---|
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. |
Uses of ColorMap in com.metsci.glimpse.painter.plot |
---|
Methods in com.metsci.glimpse.painter.plot with parameters of type ColorMap | |
---|---|
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)
|
Uses of ColorMap in com.metsci.glimpse.painter.shape |
---|
Methods in com.metsci.glimpse.painter.shape with parameters of type ColorMap | |
---|---|
void |
PointSetPainter.setColor(float[] dataZ,
ColorMap scale)
|
Uses of ColorMap in com.metsci.glimpse.support.colormap |
---|
Subinterfaces of ColorMap in com.metsci.glimpse.support.colormap | |
---|---|
interface |
ColorGradient
A relative ColorMap which maps values on [0, 1] to colors. |
Classes in com.metsci.glimpse.support.colormap that implement ColorMap | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |