com.google.gwt.visualization.client.formatters
Class BarFormat.Options
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
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.
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 |
BarFormat.Options
protected BarFormat.Options()
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)