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