The docement for the GWT visualization API from the link
http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted
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].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.