Class DefaultMatrixMapper

java.lang.Object
org.biojava.nbio.structure.gui.util.color.DefaultMatrixMapper
All Implemented Interfaces:
ContinuousColorMapper

public class DefaultMatrixMapper extends Object implements ContinuousColorMapper
Color Mapper which mimics the default coloring of JMatrixPanel pixels. Assumes inputs in the range [0,max]. These are mapped to HSB colors such that the hue and brightness are from [1,0].
Author:
Spencer Bliven