Yeah, I wasted some time on that too.   It would be great if somebody
could fix the VisualizationGettingStarted page:
http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted

because it instructs you to use setOption().

-Kevin

On Sep 20, 5:21 am, Viz Kid <[email protected]> wrote:
> Hi
>
> It seems that you are correct and this method no longer exists. However,
> since the AbstractDrawOptions extends the Properties class, you can use the
> set(key, value) methods to set arbitrary options.
>
> Hope this helps,
>   Viz Kid
>
> On Wed, Sep 15, 2010 at 8:18 PM, rajakumar Iyyemperumal <
>
>
>
> [email protected]> wrote:
> > The docement for the GWT visualization API from the link
>
> >http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingSta...
>
> > stats the following ,
>
> > "For the purpose of forward compatibility, the class
> > AbstractDrawOptions (which is the base class of all Options classes)
> > also includes some general-purpose setOption() methods. This allows
> > the caller to set a new option that has not yet been incorporated into
> > their version of the Options class. For example:
>
> > options.setOption("nlives", 10);   "
>
> > It says there is some general purpose setOption() methods in the
> > AbstractDrawOption class. But in the latest release of the GWT
> > visualization API 1.1.0 jar, the AbstractDrawOptions class has the
> > following empty method only and it is an abstract class.
>
> > protected AbstractDrawOptions() {
> >  }
>
> >  The AbstractDrawOptions class extends the AjaxLoader's Properties
> > class.But this class also does not have the setOption method .
>
> > Is the setOption() method missing or it is depricated and not
> > implemented ?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Visualization API" group.
> > To post to this group, send email to
> > [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-visualization- 
> > api%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-visualization-api?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to