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

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.visualization.client.formatters.ArrowFormat.Options
Enclosing class:
ArrowFormat

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

Options to configure the formatter.


Constructor Summary
protected ArrowFormat.Options()
           
 
Method Summary
static ArrowFormat.Options create()
           
 void setBase(double base)
           
 
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.Options

protected ArrowFormat.Options()
Method Detail

create

public static ArrowFormat.Options create()

setBase

public final void setBase(double base)