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

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

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

Options to configure the formatter.


Constructor Summary
protected BarFormat.Options()
           
 
Method Summary
static BarFormat.Options create()
           
 void setBase(double base)
           
 void setColorNegative(BarFormat.Color color)
           
 void setColorPositive(BarFormat.Color color)
           
 void setMax(double max)
           
 void setMin(double min)
           
 void setShowValue(boolean show)
           
 void setWidth(int width)
           
 
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

BarFormat.Options

protected BarFormat.Options()
Method Detail

create

public static BarFormat.Options create()

setBase

public final void setBase(double base)

setColorNegative

public final void setColorNegative(BarFormat.Color color)

setColorPositive

public final void setColorPositive(BarFormat.Color color)

setMax

public final void setMax(double max)

setMin

public final void setMin(double min)

setShowValue

public final void setShowValue(boolean show)

setWidth

public final void setWidth(int width)