Class LabelFormatterSimple

All Implemented Interfaces:
IAxisLabelFormatter, Serializable

public final class LabelFormatterSimple extends LabelFormatterNumber implements IAxisLabelFormatter
An IlabelFormatter implementation that just returns String.valueOf(value).

Version:
$Revision: 1.10 $
Author:
Achim Westermann
See Also:
  • Constructor Details

    • LabelFormatterSimple

      public LabelFormatterSimple()
      Default constructor that limits the internal maximum fraction digits to 2 and the maximum integer digits to 16.