Package eu.webtoolkit.jwt.chart
Interface WAxis.LabelTransform
-
- Enclosing class:
- WAxis
public static interface WAxis.LabelTransformA label transform function.The label transform is a function from double to double.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleapply(double d)Apply the label transform.
-