|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Colormap
Colormap
s are mappings from the unit interval to
Color
s. They are a one-dimensional parameterized path through
the color cube.
Heatmap
Field Summary | |
---|---|
static Colormap |
BLUE
Linear blue colormap. |
static Colormap |
BLUE_GREEN_RED_YELLOW
Blue/green/red/yellow colormap. |
static Colormap |
BLUE_RED
Blue/red colormap. |
static Colormap |
BLUE_WHITE
Blue/white colormap. |
static Colormap |
BW_LINEAR
Black and white (grayscale) colormap. |
static Colormap |
GREEN
Linear green colormap. |
static Colormap |
GREEN_PINK
Green/pink colormap. |
static Colormap |
GREEN_RED_BLUE_WHITE
Green/red/blue/white colormap. |
static Colormap |
GREEN_WHITE_EXPONENTIAL
Exponential green/white colormap. |
static Colormap |
GREEN_WHITE_LINEAR
Linear green/white colormap. |
static Colormap |
PRISM
Prism colormap. |
static Colormap |
RED
Linear red colormap. |
static Colormap |
RED_PURPLE
Red/purple colormap. |
static Colormap |
RED_TEMPERATURE
Red temperature colormap. |
static Colormap |
SPECTRAL
Spectral colormap. |
static Colormap |
STANDARD_GAMMA
Standard gamma colormap. |
static Colormap |
WHITE_BLUE_LINEAR
Linear blue/white colormap. |
Method Summary | |
---|---|
Color |
color(double t)
Maps the parameterization interval [0,1] into Colors . |
Field Detail |
---|
static final Colormap BLUE
static final Colormap BLUE_GREEN_RED_YELLOW
static final Colormap BLUE_RED
static final Colormap BLUE_WHITE
static final Colormap BW_LINEAR
static final Colormap GREEN
static final Colormap GREEN_PINK
static final Colormap GREEN_RED_BLUE_WHITE
static final Colormap GREEN_WHITE_EXPONENTIAL
static final Colormap GREEN_WHITE_LINEAR
static final Colormap PRISM
static final Colormap RED
static final Colormap RED_PURPLE
static final Colormap RED_TEMPERATURE
static final Colormap SPECTRAL
static final Colormap STANDARD_GAMMA
static final Colormap WHITE_BLUE_LINEAR
Method Detail |
---|
Color color(double t)
Colors
.
t
- A parameter value in the interval [0,1].
Color
value corresponding to t
.
IllegalArgumentException
- is thrown if t
is outside of the range [0,1]
|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |