All Packages Class Hierarchy This Package Previous Next Index
Interface JSci.awt.ColorScheme
- public interface ColorScheme
This interface allows the user to define a custom color scheme for
plots such as ContourPlot.
-
getColor(float)
- By convention, this should return a color for f between 0 and 1.
getColor
public abstract Color getColor(float f)
- By convention, this should return a color for f between 0 and 1.
Exceptions should be throw for out of bounds values.
All Packages Class Hierarchy This Package Previous Next Index