de.erichseifert.gral.plots.colors
Interface ColorMapper

All Known Implementing Classes:
QuasiRandomColors, RainbowColors, RandomColors, SingleColor

public interface ColorMapper

Interface the provides a function to retrieve Colors.


Method Summary
 Color get(double value)
          Returns the Color according to the specified value.
 

Method Detail

get

Color get(double value)
Returns the Color according to the specified value.

Parameters:
value - Value of color.
Returns:
Color.


Copyright © 2009-2010. All Rights Reserved.