Package info.monitorenter.gui.chart.labelformatters
-
Class Summary Class Description ALabelFormatter A label formatter that is aware of theAAxis
it formats label for.LabelFormatterAutoUnits A label formatter that adds an automatic choice of the unit SI prefix to a decoratedIAxisLabelFormatter
.LabelFormatterDate An ILabelFormatter instance that uses aDateFormat
to format the labels.LabelFormatterNumber An ILabelFormatter that is based on aNumberFormat
LabelFormatterSimple An IlabelFormatter implementation that just returnsString.valueOf(value)
.LabelFormatterUnit A label formatter that adds a constructor given
of the unit SI prefix to a decoratedAUnit
.IAxisLabelFormatter