info.monitorenter.gui.chart.labelformatters
Class LabelFormatterSimple

java.lang.Object
  extended by info.monitorenter.gui.chart.labelformatters.ALabelFormatter
      extended by info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber
          extended by 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 returns String.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
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
 

Constructor Detail

LabelFormatterSimple

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



Copyright © 2001 - 2010 LGPL, All Rights Footloose.