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.

See Also:
WAxis.setLabelTransform(WAxis.LabelTransform transform, AxisValue side)
  • Method Summary

    Modifier and Type Method Description
    double apply​(double d)
    Apply the label transform.
  • Method Details

    • apply

      double apply​(double d)
      Apply the label transform.