For downloads, demos, and more visit the
Client-side GChart Home Page

Uses of Interface
com.googlecode.gchart.client.GChartCanvasFactory

Uses of GChartCanvasFactory in com.googlecode.gchart.client
 

Methods in com.googlecode.gchart.client that return GChartCanvasFactory
static GChartCanvasFactory GChart.getCanvasFactory()
          Returns the GChart class' canvas factory, or null if no canvas factory has been specified.
 

Methods in com.googlecode.gchart.client with parameters of type GChartCanvasFactory
static void GChart.setCanvasFactory(GChartCanvasFactory factory)
          Tells GChart how to create the canvas widgets it needs (specifically, widgets that implement GChart's GChartCanvasLite interface) to render your charts using an external vector graphics library.
 


For downloads, demos, and more visit the
Client-side GChart Home Page

Copyright © 2007,2008 John C. Gunther. All Rights Reserved. Portions from GWTCanvas, Copyright © Google, Inc.