com.google.gwt.visualization.client.visualizations
Class MotionChart.Options

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
              extended by com.google.gwt.visualization.client.visualizations.MotionChart.Options
Enclosing class:
MotionChart

public static class MotionChart.Options
extends AbstractDrawOptions

Options for drawing the chart.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.ajaxloader.client.Properties
Properties.TypeException
 
Constructor Summary
protected MotionChart.Options()
           
 
Method Summary
static MotionChart.Options create()
           
 void setHeight(int height)
           
 void setShowAdvancedPanel(boolean showAdvancedPanel)
           
 void setShowChartButtons(boolean showChartButtons)
           
 void setShowHeader(boolean showHeader)
           
 void setShowSelectListComponent(boolean showSelectListComponent)
           
 void setShowSidePanel(boolean showSidePanel)
           
 void setShowXMetricPicker(boolean showXMetricPicker)
           
 void setShowXScalePicker(boolean showXScalePicker)
           
 void setShowYMetricPicker(boolean showYMetricPicker)
           
 void setShowYScalePicker(boolean showYScalePicker)
           
 void setSize(int width, int height)
           
 void setState(java.lang.String state)
           
 void setWidth(int width)
           
 
Methods inherited from class com.google.gwt.ajaxloader.client.Properties
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

MotionChart.Options

protected MotionChart.Options()
Method Detail

create

public static MotionChart.Options create()

setHeight

public final void setHeight(int height)

setShowAdvancedPanel

public final void setShowAdvancedPanel(boolean showAdvancedPanel)

setShowChartButtons

public final void setShowChartButtons(boolean showChartButtons)

setShowHeader

public final void setShowHeader(boolean showHeader)

setShowSelectListComponent

public final void setShowSelectListComponent(boolean showSelectListComponent)

setShowSidePanel

public final void setShowSidePanel(boolean showSidePanel)

setShowXMetricPicker

public final void setShowXMetricPicker(boolean showXMetricPicker)

setShowXScalePicker

public final void setShowXScalePicker(boolean showXScalePicker)

setShowYMetricPicker

public final void setShowYMetricPicker(boolean showYMetricPicker)

setShowYScalePicker

public final void setShowYScalePicker(boolean showYScalePicker)

setSize

public final void setSize(int width,
                          int height)

setState

public final void setState(java.lang.String state)

setWidth

public final void setWidth(int width)