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

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

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

Adds an up or down arrow to a numeric cell, depending on whether the value is above or below a specified base value.

See Also:
ArrowFormat Reference.

Nested Class Summary
static class ArrowFormat.Options
          Options to configure the formatter.
 
Constructor Summary
protected ArrowFormat()
           
 
Method Summary
static ArrowFormat create(ArrowFormat.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

ArrowFormat

protected ArrowFormat()
Method Detail

create

public static ArrowFormat create(ArrowFormat.Options options)

format

public final void format(DataTable data,
                         int columnIndex)