My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages
Links

Introduction

GWTStationModel is a GWT UI widget for dynamically drawing weather station models.

View the live demo for an idea of the images produced.

GWT Usage

GWTStationModel is an extension of GWTCanvas and can be simply added to your GWT application in the same way. Download the latest gwtstationmodel.jar and add it to your GWT project.

You'll need to add the following line to your GWT module XML:

<inherits name='uk.co.riskaware.gwtstationmodel.GWTStationModel' />

See also GWT Visualizations and the GWT Incubator.

Google Chart

The GWTStationModel is also wrapped as a Google Chart (aka Visualization API). This API allows you to add the GWTStationModel to any webpage (no GWT needed) with some simple javascript. The live demo is an example of consuming the GWTStationModel as a Google Chart. For more information, see the VisualizationDocumentation.

Powered by Google Project Hosting