com.google.gwt.visualization.client
Class AbstractDrawOptions

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.ajaxloader.client.Properties
          extended by com.google.gwt.visualization.client.AbstractDrawOptions
Direct Known Subclasses:
AnnotatedTimeLine.Options, AxisOptions, CommonOptions, Gauge.Options, GeoMap.Options, ImageChart.Options, IntensityMap.Options, MapVisualization.Options, MotionChart.Options, Options, OrgChart.Options, Table.Options, Toolbar.Component

public abstract class AbstractDrawOptions
extends Properties

Abstract base class for all draw options. Currently used as a placeholder just for type safety.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.ajaxloader.client.Properties
Properties.TypeException
 
Constructor Summary
protected AbstractDrawOptions()
           
 
Method Summary
 
Methods inherited from class com.google.gwt.ajaxloader.client.Properties
create, getBoolean, getDate, getNumber, getObject, getString, remove, set, set, set, set, set, typeof
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractDrawOptions

protected AbstractDrawOptions()