|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ColorTransform
Interface that deals with color transformations
| Method Summary | |
|---|---|
void |
computeTransform()
Compute the color transformation. |
Color |
getColor(double val,
double min,
double max)
Converts a value into a Color using the actual color
tranformation, and minimum and maximum value. |
double |
getMax()
Gets the maximum data value used by this color transformation. |
double |
getMin()
Gets the minimum data value used by this color transformation. |
double |
getScaleColor()
Gets the color scale factor |
void |
setScaleColor(double f)
Sets the color scale factor |
| Method Detail |
|---|
Color getColor(double val,
double min,
double max)
Color using the actual color
tranformation, and minimum and maximum value.
val - value to convert into Colormin - minimum valuemax - maximum value
void computeTransform()
void setScaleColor(double f)
f - color scale factordouble getScaleColor()
double getMin()
double getMax()
|
"Built from revision exported" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||