|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.visualization.client.formatters.BarFormat
public class BarFormat
Adds a colored bar to a numeric cell indicating whether the cell value is above or below a specified base value.
Nested Class Summary | |
---|---|
static class |
BarFormat.Color
BarFormat supports three colors for drawing the bar. |
static class |
BarFormat.Options
Options to configure the formatter. |
Constructor Summary | |
---|---|
protected |
BarFormat()
|
Method Summary | |
---|---|
static BarFormat |
create(BarFormat.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 |
---|
protected BarFormat()
Method Detail |
---|
public static BarFormat create(BarFormat.Options options)
public final void format(DataTable data, int columnIndex)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |