Uses of Class
com.google.visualization.datasource.datatable.ValueFormatter

Packages that use ValueFormatter
com.google.visualization.datasource.datatable   
 

Uses of ValueFormatter in com.google.visualization.datasource.datatable
 

Methods in com.google.visualization.datasource.datatable that return ValueFormatter
static ValueFormatter ValueFormatter.createDefault(ValueType type, com.ibm.icu.util.ULocale locale)
          Creates a default formatter for the specified value type and locale.
static ValueFormatter ValueFormatter.createFromPattern(ValueType type, java.lang.String pattern, com.ibm.icu.util.ULocale locale)
          Creates a formatter for the given value type with the given pattern string and locale.
 

Methods in com.google.visualization.datasource.datatable that return types with arguments of type ValueFormatter
static java.util.Map<ValueType,ValueFormatter> ValueFormatter.createDefaultFormatters(com.ibm.icu.util.ULocale locale)
          Creates default formatters for all the value types for the specified locale.
 



Copyright © 2009 Google. All Rights Reserved.