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
An IlabelFormatter implementation that just returns
String.valueOf(value).
- Version:
- $Revision: 1.10 $
- Author:
- Achim Westermann
- See Also:
-
Field Summary
Fields inherited from class info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
m_numberFormatFields inherited from class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
m_propertyChangeSupport, UNIT_UNCHANGEDFields inherited from interface info.monitorenter.gui.chart.IAxisLabelFormatter
PROPERTY_FORMATCHANGE -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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, setNumberFormatMethods inherited from class info.monitorenter.gui.chart.labelformatters.ALabelFormatter
addPropertyChangeListener, getAxis, getUnit, initPaintIteration, removePropertyChangeListener, setAxisMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface info.monitorenter.gui.chart.IAxisLabelFormatter
addPropertyChangeListener, format, getMaxAmountChars, getMinimumValueShiftForChange, getNextEvenValue, getUnit, initPaintIteration, parse, removePropertyChangeListener, setAxis
-
Constructor Details
-
LabelFormatterSimple
public LabelFormatterSimple()Default constructor that limits the internal maximum fraction digits to 2 and the maximum integer digits to 16.
-