Package org.faceless.graph.formatter

Contains classes for formatting entries on a graphs' axis.

See:
          Description

Class Summary
CurrencyFormatter The CurrencyFormatter formats a value according to the currency format of the specified locale.
DateFormatter A subclasss of Formatter that deals with dates and times.
DiscreteFormatter The DiscreteFormatter treats it's double argument as an index into a list of String values, and returns the matching String.
FloatingPointFormatter The FloatingPointFormatter is the default formatter that is used if any values on the axis contain a decimal point.
Formatter A Formatter controls how the values displayed on the axis of a graph are displayed - as integers, floating point, percentages, dates etc.
IntegerFormatter The IntegerFormatter is the default formatter that's used if none of the values on the graph contains any decimal places.
NullFormatter The NullFormatter always returns an empty String as it's formatted value, and an emtpy array as it's list of steps.
PercentageFormatter A formatter that returns it's input formatted as a percentage
SimpleFormatter Format values using a user defined java.text.DecimalFormat
 

Package org.faceless.graph.formatter Description

Contains classes for formatting entries on a graphs' axis.



Copyright © 2001-2012 Big Faceless Organization