Package org.biojava.bio.structure.gui.util.color

Interface Summary
ColorInterpolator  
ContinuousColorMapper Provides a mapping between real numbers and Colors.
 

Class Summary
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 Summary
LinearColorInterpolator.InterpolationDirection