info.monitorenter.gui.chart.labelformatters
Class LabelFormatterSimple
java.lang.Object
info.monitorenter.gui.chart.labelformatters.ALabelFormatter
info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
info.monitorenter.gui.chart.labelformatters.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.4 $
- Author:
- Achim Westermann
- See Also:
- Serialized Form
Constructor Summary |
LabelFormatterSimple()
Default constructor that limits the internal maximum fraction digits to 2
and the maximum integer digits to 16. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LabelFormatterSimple
public LabelFormatterSimple()
- Default constructor that limits the internal maximum fraction digits to 2
and the maximum integer digits to 16.
Copyright © 2001 - 2007 LGPL, All Rights Footloose.