com.google.gwt.visualization.client.formatters
Class NumberFormat

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.visualization.client.formatters.NumberFormat

public class NumberFormat
extends com.google.gwt.core.client.JavaScriptObject

Describes how numeric columns should be formatted.

See Also:
NumberFormat Reference.

Nested Class Summary
static class NumberFormat.Options
          Options to configure the formatter.
 
Constructor Summary
protected NumberFormat()
           
 
Method Summary
static NumberFormat create(NumberFormat.Options options)
           
 void format(DataTable data, int columnIndex)
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumberFormat

protected NumberFormat()
Method Detail

create

public static NumberFormat create(NumberFormat.Options options)

format

public final void format(DataTable data,
                         int columnIndex)