Interface ColorTransformer

All Known Implementing Classes:
LinearColorTransform

public interface ColorTransformer

This interface defines a method for mapping solution data to colors of the plot. Actual implementations might decide how to distribute the colors.

See Also:
LinearColorTransform
Author:
B.Düring, S.Holst

Method Summary
 java.lang.Object toColor(java.lang.Object obj)
           
 

Method Detail

toColor

java.lang.Object toColor(java.lang.Object obj)