Package com.google.gwt.visualization.client.formatters

Data formatters used in the Visualization API library for GWT.

See:
          Description

Class Summary
ArrowFormat Adds an up or down arrow to a numeric cell, depending on whether the value is above or below a specified base value.
ArrowFormat.Options Options to configure the formatter.
BarFormat Adds a colored bar to a numeric cell indicating whether the cell value is above or below a specified base value.
BarFormat.Options Options to configure the formatter.
ColorFormat Assigns colors to the foreground or background of a numeric cell, depending on the cell value.
DateFormat Formats a JavaScript Date value.
DateFormat.Options Options to configure the formatter.
NumberFormat Describes how numeric columns should be formatted.
NumberFormat.Options Options to configure the formatter.
PatternFormat Enables you to merge the values of designated columns into a single column, along with arbitrary text.
 

Enum Summary
BarFormat.Color BarFormat supports three colors for drawing the bar.
DateFormat.FormatType A quick formatting option for the date.
 

Package com.google.gwt.visualization.client.formatters Description

Data formatters used in the Visualization API library for GWT.

This package contains formatters that can be used to display data.