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
,java.io.Serializable
public final class LabelFormatterSimple extends LabelFormatterNumber implements IAxisLabelFormatter
An IlabelFormatter implementation that just returnsString.valueOf(value)
.- Version:
- $Revision: 1.10 $
- Author:
- Achim Westermann
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
m_numberFormat
-
Fields inherited from class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
m_propertyChangeSupport, UNIT_UNCHANGED
-
Fields inherited from interface info.monitorenter.gui.chart.IAxisLabelFormatter
PROPERTY_FORMATCHANGE
-
-
Constructor Summary
Constructors Constructor Description LabelFormatterSimple()
Default constructor that limits the internal maximum fraction digits to 2 and the maximum integer digits to 16.
-
Method Summary
-
Methods inherited from class info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
equals, format, getMaxAmountChars, getMinimumValueShiftForChange, getNextEvenValue, getNumberFormat, hashCode, parse, setNumberFormat
-
Methods inherited from class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
addPropertyChangeListener, getAxis, getUnit, initPaintIteration, removePropertyChangeListener, setAxis
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface info.monitorenter.gui.chart.IAxisLabelFormatter
addPropertyChangeListener, format, getMaxAmountChars, getMinimumValueShiftForChange, getNextEvenValue, getUnit, initPaintIteration, parse, removePropertyChangeListener, setAxis
-
-