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