Class ALabelFormatter

java.lang.Object
info.monitorenter.gui.chart.labelformatters.ALabelFormatter
All Implemented Interfaces:
IAxisLabelFormatter, Serializable
Direct Known Subclasses:
LabelFormatterAutoUnits, LabelFormatterDate, LabelFormatterNumber, LabelFormatterUnit

public abstract class ALabelFormatter extends Object implements IAxisLabelFormatter
A label formatter that is aware of the AAxis it formats label for.

This allows to compute the amount of fraction digits needed from the range to display.

Version:
$Revision: 1.10 $
Author:
Achim Westermann
See Also: