Package eu.webtoolkit.jwt.chart
Interface WAxis.LabelTransform
- Enclosing class:
- WAxis
public static interface WAxis.LabelTransform
A label transform function.
The label transform is a function from double to double.
-
Method Summary
-
Method Details
-
apply
double apply(double d) Apply the label transform.
-