JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
JSci.awt
Interface ColorScheme
All Known Implementing Classes:
JContourPlot
public interface
ColorScheme
This interface allows the user to define a custom color scheme for plots such as ContourPlot.
Author:
Daniel Lemire
Method Summary
Methods
Modifier and Type
Method and Description
java.awt.Color
getColor
(float f)
By convention, this should return a color for f between 0 and 1.
Method Detail
getColor
java.awt.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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method