org.biojava.bio.structure.gui.util.color
Interface ContinuousColorMapper

All Known Implementing Classes:
ContinuousColorMapperTransform, DefaultMatrixMapper, GradientMapper, LogColorMapper, SqrtColorMapper

public interface ContinuousColorMapper

Provides a mapping between real numbers and Colors. For instance, this could generate a gradient.

Author:
Spencer Bliven

Method Summary
 Color getColor(double value)
           
 

Method Detail

getColor

Color getColor(double value)
Parameters:
value - The real to be mapped
Returns:
The color corresponding to value