com.citra.pivot.table
Interface TableFormatter
- All Known Implementing Classes:
- DefaultTableFormatter
public interface TableFormatter
TableFormatter defines a method for formatting a measure's value to a String.
format
String format(Object value,
TableMeasure measure,
Locale locale)
- Evaluates the string representation of a value, given its measure and a locale.
- Parameters:
value
- the value to formatmeasure
- the measure to which the value belongslocale
- a locale to format into
- Returns:
- the formatted string