Package com.google.gwt.visualization.client

Core functionality of the Visualization API library for GWT.

See:
          Description

Interface Summary
AbstractVisualization.VisualizationFactory This interface is implemented by a factory class that can create visualizations.
Query.Callback Callback for sending a query.
Selectable A selectable visualization.
 

Class Summary
AbstractDataTable This class implements the common methods of DataTable and DataView.
AbstractDrawOptions Abstract base class for all draw options.
AbstractVisualization<E extends AbstractDrawOptions> AbstractVisualization implementations can draw a visualization.
ChartArea Specification for chartArea property when setting options.
Color Color specification for DrawOptions.
Color3D Allows users to setup the 3D color scheme on any 3D visualization
CommonChartOptions Common options used by most charts from Google that feature an axis.
CommonOptions Common options used by most charts from Google.
DataColumn<T> Represents a list view of a data column in an AbstractDataTable.
DataTable This class represents the DataTable.
DataView This class represents the DataView.
DateRange Date Range with start and end date objects.
LegendPosition Specifies where to put the legend in the visualization.
Properties Deprecated. use Properties
Query Represents a query that is sent to a data source.
Query.Options  
QueryResponse Represents a response of a query execution as received from the data source.
Range Range with min/max value.
Selection Selection stores information about the current selection.
TimeOfDay Representation of time of day that may be used as a value in a data table (or data view).
VisualizationUtils This class contains utility methods that are of use to the API in general.
 

Enum Summary
AbstractDataTable.ColumnType The type of a column.
Query.SendMethod  
 

Exception Summary
TimeOfDay.BadTimeException Exception indicating an invalid value being set for a time of day field.
 

Package com.google.gwt.visualization.client Description

Core functionality of the Visualization API library for GWT.

This package contains much of the core functionality of the Visualization API library for GWT.