|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AxisTransformation
Transforms the given value, e.g. by just returning it (id) or applying a log function.
| Method Summary | |
|---|---|
double |
adaptTicsMax(double max,
double ticSize)
Adapts the maximum corresponding to the given tic size. |
double |
adaptTicsMin(double min,
double ticSize)
Adapts the minimum corresponding to the given tic size. |
java.lang.String |
format(double value,
int formatNumber)
Returns the formatted value. |
double |
inverseTransform(double value)
Returns the inverse transformation of the given value, e.g. just returning it (id) or applying a exponential function (for log transformation). |
double |
transform(double value)
Transforms the given value, e.g. by just returning it (id) or applying a log function. |
| Method Detail |
|---|
double transform(double value)
double inverseTransform(double value)
java.lang.String format(double value,
int formatNumber)
double adaptTicsMin(double min,
double ticSize)
double adaptTicsMax(double max,
double ticSize)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||