|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.monitorenter.gui.chart.labelformatters.ALabelFormatter info.monitorenter.gui.chart.labelformatters.LabelFormatterNumber info.monitorenter.gui.chart.labelformatters.LabelFormatterSimple
public final class LabelFormatterSimple
An IlabelFormatter implementation that just returns
String.valueOf(value)
.
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 |
---|
public LabelFormatterSimple()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |