Copyright © 2011 Citra Technologies. All Rights Reserved.

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.


Method Summary
 String format(Object value, TableMeasure measure, Locale locale)
          Evaluates the string representation of a value, given its measure and a locale.
 

Method Detail

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 format
measure - the measure to which the value belongs
locale - a locale to format into
Returns:
the formatted string

Copyright © 2011 Citra Technologies. All Rights Reserved.