Package com.google.gwt.visualization.client.visualizations

This package is the exclusive home of wrappers of provided JavaScript visualizations.

See:
          Description

Class Summary
AnnotatedTimeLine Annotated timeline visualization.
AnnotatedTimeLine.Options Options for drawing the chart.
AreaChart Deprecated. this class is outdated.
AreaChart.Options Options for drawing the area chart.
BarChart Deprecated. this class is outdated.
BarChart.Options Options for drawing the chart.
ColumnChart Deprecated. this class is outdated.
ColumnChart.Options Options for drawing the chart.
Gauge Visualization showing a gauge with a dial for each value.
Gauge.Options Options for drawing the chart.
GeoMap Geomap visualization.
GeoMap.Options Options for drawing the chart.
ImageAreaChart A area chart that is rendered as an image using the Google Charts API.
ImageAreaChart.Options Options for drawing the chart.
ImageBarChart A bar chart that is rendered as an image using the Google Charts API.
ImageBarChart.Options Options for drawing the chart.
ImageChart A wrapper for the Google Chart API.
ImageChart.AnnotationColumn Specification for how the visualization should display a column in the data table as annotations on the chart.
ImageChart.Options Options for drawing the chart.
ImageLineChart A line chart that is rendered as an image using the Google Charts API.
ImageLineChart.Options Options for drawing the chart.
ImagePieChart A pie chart that is rendered as an image using the Google Charts API.
ImagePieChart.Options Options for drawing the chart.
ImageSparklineChart A sparkline chart that is rendered as an image using the Google Charts API.
ImageSparklineChart.Options Options for drawing the chart.
IntensityMap A visualizations that highlights regions on a map, such as countries or states, based on the values provided for each region.
IntensityMap.Options Options for drawing the chart.
LineChart Deprecated. this class is outdated.
LineChart.Options Options for drawing the chart.
MapVisualization Map visualization using the Google Maps API.
MapVisualization.Options Options for drawing the chart.
MotionChart Motion Chart visualization.
MotionChart.Options Options for drawing the chart.
OrgChart Organization Chart visualization.
OrgChart.Options Options for drawing the chart.
PieChart Deprecated. this class is outdated.
PieChart.Options Options for drawing the pie chart.
PieChart.PieLegendPosition Specifies where to put the legend in the visualization.
ScatterChart Deprecated. this class is outdated.
ScatterChart.Options Options for drawing the chart.
Table Table visualization.
Table.Options Options for drawing the table visualization.
Table.Options.CssClassNames  
Toolbar Visualizations toolbar.
Toolbar.Component Component for the toolbar.
Visualization<OptionsType extends AbstractDrawOptions> A Visualization object can draw a DataTable.
 

Enum Summary
AnnotatedTimeLine.AnnotatedLegendPosition Where to put the colored legend with respect to the date.
AnnotatedTimeLine.HighlightDotMode The highlighting mode: The nearest dot to the mouse (default), or the last one before the mouse (to the left of it).
AnnotatedTimeLine.ScaleType Scale type for the timeline.
AnnotatedTimeLine.WindowMode Flash/IE "wmode" parameter.
GeoMap.DataMode How to display data on the map.
ImageChart.AnnotationColumn.Priority Whether the annotation should be drawn in front of or behind other chart elements.
IntensityMap.Region Argument to IntensityMap.Options.setRegion(String)
MapVisualization.Type The type of map to use.
OrgChart.Size Argument to Options#setSize(Size)
Table.Options.Policy A parameter passed to several of the setters.
Toolbar.Type Enum for component type.
 

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

This package is the exclusive home of wrappers of provided JavaScript visualizations.

This package is the exclusive home of wrappers of provided JavaScript visualizations. All GWT wrapper classes for visualizations provided by Google live in this package.