Package org.faceless.graph.formatter
Contains classes for formatting entries on a graphs' axis.
-
Class Summary Class Description CurrencyFormatter The CurrencyFormatter formats a value according to the currency format of the specified locale.DateFormatter A subclasss ofFormatter
that deals with dates and times.DiscreteFormatter TheDiscreteFormatter
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 AFormatter
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 percentageSimpleFormatter Format values using a user definedjava.text.DecimalFormat