|
Project Information
Featured
Links
|
IntroductionGWTStationModel is a GWT UI widget for dynamically drawing weather station models. View the live demo for an idea of the images produced. GWT UsageGWTStationModel 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 ChartThe 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. |