Example usage for com.google.gwt.visualization.client.visualizations Visualization subclass-usage

List of usage examples for com.google.gwt.visualization.client.visualizations Visualization subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.visualization.client.visualizations Visualization subclass-usage.

Usage

From source file com.chap.links.client.Graph.java

/**
 * The Graph is a visualization chart to display one ore multiple data sets on a
 * timeline
 * 
 * The Graph is developed in javascript as a Google Visualization Chart. This
 * Graph class is a GWT wrapper for the javascript code.

From source file com.chap.links.client.Timeline.java

/**
 * The timeline is a visualization chart to visualize events in time.
 * 
 * The timeline is developed in javascript as a Google Visualization Chart. This
 * Timeline class is a GWT wrapper for the javascript code.
 */

From source file com.rhizospherejs.gwt.client.gviz.GVizRhizosphere.java

/**
 * Rhizosphere visualization conforming to the Google Visualization APIs for
 * GWT.
 * <p>
 * This class exposes that same visualization widget as
 * {@link com.rhizospherejs.gwt.client.Rhizosphere} but through the Google