| Interface | Description |
|---|---|
| ColorInterpolator | |
| ContinuousColorMapper |
Provides a mapping between real numbers and Colors.
|
| Class | Description |
|---|---|
| ColorUtils | |
| ContinuousColorMapperTransform |
Maps colors by performing a transform of the input data and then passing
the transformed value to a ContinuousColorMapper for rendering.
|
| DefaultMatrixMapper |
Color Mapper which mimics the default coloring of JMatrixPanel pixels.
|
| GradientMapper |
Maps a set of real values onto a gradient.
|
| GradientPanel | |
| HSVColorSpace | |
| LinearColorInterpolator | |
| LogColorMapper |
Performs a log10 transform on input before passing the values off to another
colorMapper.
|
| SqrtColorMapper |
Performs a sqrt transform on input before passing the values off to another
colorMapper.
|
| Enum | Description |
|---|---|
| LinearColorInterpolator.InterpolationDirection |
Copyright © 2000–2018 BioJava. All rights reserved.