public class NumericLabelFormatter extends NumericLabelFormatterBase<NumericAxis>
ILabelFormatter
implementation for NumericAxis
Constructor and Description |
---|
NumericLabelFormatter() |
Modifier and Type | Method and Description |
---|---|
protected ILabelFormatter<NumericAxis> |
createLabelFormatterFor(ScientificNotation scientificNotation)
Creates a
ILabelFormatter for specified ScientificNotation value. |
formatCursorLabel, formatLabel, update
@NonNull protected ILabelFormatter<NumericAxis> createLabelFormatterFor(@NonNull ScientificNotation scientificNotation)
ILabelFormatter
for specified ScientificNotation
value.createLabelFormatterFor
in class NumericLabelFormatterBase<NumericAxis>
scientificNotation
- The ScientificNotation
value to create formatter for.ILabelFormatter
which should be used for specified scientificNotation.