public interface LabelTransformer
AxesRenderer2D
to write labels onto the axes.
The label transformer should take a value and return a string.Modifier and Type | Method and Description |
---|---|
String |
transform(double value)
Transform the given value into a different label.
|