|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Scale
This interface allows the user to define a graduation between 0.0 and 1.0 whose movement are proportionnal to a bounded value. Created: Mon Apr 22 16:36:05 2002
| Method Summary | |
|---|---|
int |
getValueAsRGB(double value)
|
double |
getValueAsScale(double value)
Get the corresponding value between 0.0 and 1.0. |
double |
getValueAsSqrtScale(double value)
Get the corresponding square root value between 0.0 and 1.0. |
| Method Detail |
|---|
double getValueAsScale(double value)
value - value to get scale
int getValueAsRGB(double value)
double getValueAsSqrtScale(double value)
value - value to get sqrt scale
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||